Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
authly
v1.2.8
Authly
AccessToken
AccessTokenHandler
AuthorizableClient
AuthorizableOwner
AuthorizationCode
AuthorizationHandler
Client
ClientCredentials
Clients
Code
CodeChallenge
CodeChallengeBuilder
Empty
Plain
S256
Configuration
Error
Grant
GrantFactory
GrantStrategy
Handler
InMemoryStateStore
InMemoryStore
IntrospectHandler
JWTToken
OpaqueToken
Owner
Owners
Password
RefreshToken
RefreshTokenHandler
ResponseHelper
ResponseType
RevokeHandler
StateStore
TokenManager
TokenStore
TokenStrategy
TokenStrategyFactory
Generated using Crystal 1.11.2
2024-10-12 08:48:14 UTC
class
Authly::
RefreshToken
Authly::RefreshToken
Reference
Object
Included Modules
Authly::GrantStrategy
Defined in:
authly/grants/refresh_token.cr
Constructors
.new
(client_id : String, client_secret : String, refresh_token : String)
Instance Method Summary
#authorized?
: Bool
#client_id
: String
#client_secret
: String
#refresh_token
: String
Instance methods inherited from module
Authly::GrantStrategy
authorized? : Bool
authorized?
Constructor Detail
def self.
new
(client_id : String, client_secret : String, refresh_token : String)
#
[
View source
]
Instance Method Detail
def
authorized?
: Bool
#
[
View source
]
def
client_id
: String
#
[
View source
]
def
client_secret
: String
#
[
View source
]
def
refresh_token
: String
#
[
View source
]