Documentation ¶
Index ¶
- type CreateTokenParams
- type DidAuthentication
- type DidAuthenticationChallenge
- type GenerateIdentityParams
- type PasswordAuthentication
- type RecoverIdentityParams
- type RegisterIdentityChallenge
- type RegisterIdentityParams
- type RequestCredentialChallenge
- type RequestCredentialParams
- type RequestPresentationParams
- type SharePresentationChallenge
- type SharePresentationParams
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateTokenParams ¶ added in v0.1.7
type CreateTokenParams struct { Password *PasswordAuthentication Did *DidAuthentication }
type DidAuthentication ¶ added in v0.1.7
type DidAuthentication struct { Did string Challenge *DidAuthenticationChallenge }
type DidAuthenticationChallenge ¶ added in v0.1.13
type DidAuthenticationChallenge struct {
Nonce string
}
type GenerateIdentityParams ¶
type GenerateIdentityParams struct { }
type PasswordAuthentication ¶ added in v0.1.7
type RecoverIdentityParams ¶ added in v0.1.8
type RecoverIdentityParams struct {
Mnemonic string
}
type RegisterIdentityChallenge ¶ added in v0.1.7
type RegisterIdentityChallenge struct {
Nonce string
}
type RegisterIdentityParams ¶
type RegisterIdentityParams struct { Challenge *RegisterIdentityChallenge Token string }
type RequestCredentialChallenge ¶
type RequestCredentialChallenge struct {
Nonce string
}
type RequestCredentialParams ¶
type RequestCredentialParams struct { CredentialType string Challenge RequestCredentialChallenge }
type RequestPresentationParams ¶
type RequestPresentationParams struct {
CredentialTypes []string
}
type SharePresentationChallenge ¶ added in v0.1.8
type SharePresentationChallenge struct {}
type SharePresentationParams ¶
type SharePresentationParams struct {}
Click to show internal directories.
Click to hide internal directories.