# Functions
NewExchangeTransferCodeRequest returns a new ExchangeTransferCodeRequest.
NewMytokenRequest creates a MytokenFromMytokenRequest with the default values where they can be omitted.
NewOIDCFlowRequest creates a new OIDCFlowRequest with default values where they can be omitted.
NewPollingCodeRequest returns a new PollingCodeRequest.
# Structs
AuthCodeFlowAttrs holds the additional attributes for AuthCodeFlowRequests.
AuthCodeFlowRequest holds a authorization code flow request.
CreateTransferCodeRequest is a request to create a new transfer code from an existing mytoken.
ExchangeTransferCodeRequest is a request to exchange a transfer code for the mytoken.
MytokenFromMytokenRequest is a request to create a new Mytoken from an existing Mytoken It is analog to api.MytokenFromMytokenRequest.
MytokenResponse is a response to a mytoken request.
OIDCFlowAttrs holds the additional attributes for OIDCFlowRequests.
OIDCFlowRequest holds the request for an OIDC Flow request.
PollingCodeRequest is a polling code request.
TransferCodeResponse is the response to a transfer code request.
# Interfaces
TokenUpdatableResponse is an interface for responses that can have a MytokenResponse as an token update (after token rotation).