params

package
v0.1.19 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 9, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

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 PasswordAuthentication struct {
	Password string
	Email    string
}

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 {
	Nonce           string
	CredentialTypes []string
}

type SharePresentationParams

type SharePresentationParams struct {
	Credentials     []model.SerializedDocument
	CredentialTypes []string
	Challenge       SharePresentationChallenge
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL