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::
Owner
Authly::Owner
Struct
Value
Object
Defined in:
authly/owner.cr
Constructors
.new
(username : String, password : String)
Instance Method Summary
#password
: String
#password=
(password : String)
#username
: String
#username=
(username : String)
Constructor Detail
def self.
new
(username : String, password : String)
#
[
View source
]
Instance Method Detail
def
password
: String
#
[
View source
]
def
password=
(password : String)
#
[
View source
]
def
username
: String
#
[
View source
]
def
username=
(username : String)
#
[
View source
]