class Facebook::Auth::AccessToken

Included Modules

Defined in:

facebook/auth.cr

Constructors

Instance Method Summary

Instance methods inherited from module Facebook::Auth

authorize!(req : Facebook::Request) authorize!

Constructor Detail

def self.new(access_token : Nil | String) #

[View source]

Instance Method Detail

def access_token : String #

def access_token=(v : String) : String #

def access_token=(v : Nil) #

nil assignments are always ignored


def access_token? : String | Nil #

def authorize!(request) : Bool #

[View source]