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
struct
Authly::
CodeChallengeBuilder::
S256
Authly::CodeChallengeBuilder::S256
Struct
Value
Object
Defined in:
authly/code_challenge_builder.cr
Constructors
.new
(code : String)
Instance Method Summary
#clone
#code
: String
#copy_with
(code _code = @code)
#valid?
(code_verifier)
Constructor Detail
def self.
new
(code : String)
#
[
View source
]
Instance Method Detail
def
clone
#
[
View source
]
def
code
: String
#
def
copy_with
(code _code = @code)
#
[
View source
]
def
valid?
(code_verifier)
#
[
View source
]