Versions in this module Expand all Collapse all v0 v0.1.1 Dec 20, 2020 v0.1.0 Dec 20, 2020 v0.0.1 Dec 19, 2020 Changes in this version + type Assertion struct + BasePath string + OptionsEnpoint string + ResultEnpoint string + func (m *Assertion) MarshalBinary() ([]byte, error) + func (m *Assertion) UnmarshalBinary(b []byte) error + func (m *Assertion) Validate(formats strfmt.Registry) error + type AssertionOptions struct + Content *Content + func (m *AssertionOptions) MarshalBinary() ([]byte, error) + func (m *AssertionOptions) UnmarshalBinary(b []byte) error + func (m *AssertionOptions) Validate(formats strfmt.Registry) error + type AssertionOptions1 struct + ClientDataJSON []string + ID string + RawID string + Type []string + UserHandle string + func (m *AssertionOptions1) MarshalBinary() ([]byte, error) + func (m *AssertionOptions1) UnmarshalBinary(b []byte) error + func (m *AssertionOptions1) Validate(formats strfmt.Registry) error + type AssertionOptionsResponse struct + AllowCredentials []string + Challenge *string + Extensions *string + User *string + UserVerification *string + func (m *AssertionOptionsResponse) MarshalBinary() ([]byte, error) + func (m *AssertionOptionsResponse) UnmarshalBinary(b []byte) error + func (m *AssertionOptionsResponse) Validate(formats strfmt.Registry) error + type Attestation struct + BasePath string + OptionsEnpoint string + ResultEnpoint string + func (m *Attestation) MarshalBinary() ([]byte, error) + func (m *Attestation) UnmarshalBinary(b []byte) error + func (m *Attestation) Validate(formats strfmt.Registry) error + type AttestationOptions struct + AuthenticatorSelection []string + CredentialType string + DisplayName string + DocumentDomain string + Extensions string + Username string + func (m *AttestationOptions) MarshalBinary() ([]byte, error) + func (m *AttestationOptions) UnmarshalBinary(b []byte) error + func (m *AttestationOptions) Validate(formats strfmt.Registry) error + type AttestationOptions1 struct + ClientDataJSON []string + ID string + Type string + func (m *AttestationOptions1) MarshalBinary() ([]byte, error) + func (m *AttestationOptions1) UnmarshalBinary(b []byte) error + func (m *AttestationOptions1) Validate(formats strfmt.Registry) error + type AuthenticateRequest struct + AppID string + Challenge string + KeyHandle string + Version string + func (m *AuthenticateRequest) MarshalBinary() ([]byte, error) + func (m *AuthenticateRequest) UnmarshalBinary(b []byte) error + func (m *AuthenticateRequest) Validate(formats strfmt.Registry) error + type AuthenticateRequestMessage struct + AppID *string + Challenge *string + KeyHandle *string + Version *string + func (m *AuthenticateRequestMessage) MarshalBinary() ([]byte, error) + func (m *AuthenticateRequestMessage) UnmarshalBinary(b []byte) error + func (m *AuthenticateRequestMessage) Validate(formats strfmt.Registry) error + type AuthenticateStatus struct + Challenge *string + Status *string + func (m *AuthenticateStatus) MarshalBinary() ([]byte, error) + func (m *AuthenticateStatus) UnmarshalBinary(b []byte) error + func (m *AuthenticateStatus) Validate(formats strfmt.Registry) error + type BackchannelAuthorization struct + AUTHREQID *string + EXPIRESIN *int32 + INTERVAL *int32 + func (m *BackchannelAuthorization) MarshalBinary() ([]byte, error) + func (m *BackchannelAuthorization) UnmarshalBinary(b []byte) error + func (m *BackchannelAuthorization) Validate(formats strfmt.Registry) error + type ClientInfoResponse struct + CustomAttributes []string + DisplayName string + Inum string + JansAuthAppType string + JansAuthIDTokenSignedResponseAlg string + JansAuthRedirectURI []string + OxID string + func (m *ClientInfoResponse) MarshalBinary() ([]byte, error) + func (m *ClientInfoResponse) UnmarshalBinary(b []byte) error + func (m *ClientInfoResponse) Validate(formats strfmt.Registry) error + type ClientResponse struct + AccessTokenAsJwt bool + AccessTokenLifetime int32 + AccessTokenSigningAlg string + AllowSpontaneousScopes bool + AuthorizedOrigins []string + BackchannelAuthenticationRequestSigningAlg string + BackchannelClientNotificationEndpoint string + BackchannelLogoutSessionRequired bool + BackchannelLogoutURI string + BackchannelTokenDeliveryMode string + BackchannelUserCodeParameter bool + Claims string + ClaimsRedirectURI []string + ClientName string + ClientURI string + Contacts []string + DefaultAcrValues []string + DefaultMaxAge int32 + FrontchannelLogoutSessionRequired bool + FrontchannelLogoutURI string + GrantTypes []string + IDTokenEncryptedResponseAlg string + IDTokenEncryptedResponseEnc string + IDTokenSignedResponseAlg string + IDTokenTokenBindingCnf string + InitiateLoginURI string + JWKS string + JWKSURI string + KeepClientAuthorizationAfterExpiration bool + LogoURI string + PolicyURI string + PostLogoutRedirectUris []string + RedirectUris []string + RequestObjectEncryptionAlg string + RequestObjectEncryptionEnc string + RequestObjectSigningAlg string + RequestUris []string + RequireAuthTime bool + ResponseTypes []string + RptAsJwt bool + RunIntrospectionScriptBeforeAccessTokenAsJwtCreationAndIncludeClaims bool + Scope []string + Scopes string + SectorIdentifierURI string + SoftwareID string + SoftwareStatement string + SoftwareVersion string + SpontaneousScopes []string + SubjectType string + TLSClientAuthSubjectDn string + TokenEndpointAuthMethod string + TokenEndpointAuthSigningAlg string + TosURI string + UserinfoEncryptedResponseAlg string + UserinfoEncryptedResponseEnc string + UserinfoSignedResponseAlg string + func (m *ClientResponse) MarshalBinary() ([]byte, error) + func (m *ClientResponse) UnmarshalBinary(b []byte) error + func (m *ClientResponse) Validate(formats strfmt.Registry) error + type Content struct + AuthenticatorSelection []string + DocumentDomain string + Extensions string + Username string + func (m *Content) MarshalBinary() ([]byte, error) + func (m *Content) UnmarshalBinary(b []byte) error + func (m *Content) Validate(formats strfmt.Registry) error + type CredentialCreationOptions struct + Attestation *string + AuthenticatorSelection []string + Challenge *string + ExcludeCredentials []string + Extensions *string + PubKeyCredParams []string + Rp []string + User *User + func (m *CredentialCreationOptions) MarshalBinary() ([]byte, error) + func (m *CredentialCreationOptions) UnmarshalBinary(b []byte) error + func (m *CredentialCreationOptions) Validate(formats strfmt.Registry) error + type ErrorResponse struct + Details string + Error *string + ErrorDescription *string + func (m *ErrorResponse) MarshalBinary() ([]byte, error) + func (m *ErrorResponse) UnmarshalBinary(b []byte) error + func (m *ErrorResponse) Validate(formats strfmt.Registry) error + type FIDO2configuration struct + Assertion []*Assertion + Attestation []*Attestation + Issuer *string + Version *string + func (m *FIDO2configuration) MarshalBinary() ([]byte, error) + func (m *FIDO2configuration) UnmarshalBinary(b []byte) error + func (m *FIDO2configuration) Validate(formats strfmt.Registry) error + type GetClientTokenParams struct + TokenResponse *TokenResponse1 + Username *string + func (m *GetClientTokenParams) MarshalBinary() ([]byte, error) + func (m *GetClientTokenParams) UnmarshalBinary(b []byte) error + func (m *GetClientTokenParams) Validate(formats strfmt.Registry) error + type GluuConfigurationResponse struct + AuthLevelMapping map[string]string + IDGenerationEndpoint *string + IntrospectionEndpoint *string + ScopeToClaimsMapping map[string]string + func (m *GluuConfigurationResponse) MarshalBinary() ([]byte, error) + func (m *GluuConfigurationResponse) UnmarshalBinary(b []byte) error + func (m *GluuConfigurationResponse) Validate(formats strfmt.Registry) error + type IntrospectionResponse struct + AcrValues string + Active *bool + Aud string + ClientID string + Exp int32 + Iat int32 + Iss string + Jti string + Scope []string + Sub string + TokenType string + Username string + func (m *IntrospectionResponse) MarshalBinary() ([]byte, error) + func (m *IntrospectionResponse) UnmarshalBinary(b []byte) error + func (m *IntrospectionResponse) Validate(formats strfmt.Registry) error + type JSONWebKey struct + Alg *string + Crv string + E string + Exp *int64 + Kid *string + Kty *string + N string + Use *string + X string + X5c []string + Y string + func (m *JSONWebKey) MarshalBinary() ([]byte, error) + func (m *JSONWebKey) UnmarshalBinary(b []byte) error + func (m *JSONWebKey) Validate(formats strfmt.Registry) error + type Permission struct + Exp int32 + Iat int32 + Nbf int32 + ResourceID *string + ResourceScopes []string + func (m *Permission) MarshalBinary() ([]byte, error) + func (m *Permission) UnmarshalBinary(b []byte) error + func (m *Permission) Validate(formats strfmt.Registry) error + type RegisterParams struct + AccessTokenAsJwt bool + AccessTokenLifetime int32 + AccessTokenSigningAlg string + AdditionalAudience []string + AllowSpontaneousScopes bool + AuthorizedOrigins []string + BackchannelAuthenticationRequestSigningAlg string + BackchannelClientNotificationEndpoint string + BackchannelLogoutSessionRequired bool + BackchannelLogoutURI string + BackchannelTokenDeliveryMode string + BackchannelUserCodeParameter bool + Claims string + ClaimsRedirectURI []string + ClientName string + ClientURI string + Contacts []string + DefaultAcrValues []string + DefaultMaxAge int32 + FrontchannelLogoutSessionRequired bool + FrontchannelLogoutURI string + GrantTypes []string + IDTokenEncryptedResponseAlg string + IDTokenEncryptedResponseEnc string + IDTokenSignedResponseAlg string + IDTokenTokenBindingCnf string + InitiateLoginURI string + JWKS []*JSONWebKey + JWKSURI string + KeepClientAuthorizationAfterExpiration bool + LogoURI string + PolicyURI string + PostLogoutRedirectUris []string + RedirectUris []string + RequestObjectEncryptionAlg string + RequestObjectEncryptionEnc string + RequestObjectSigningAlg string + RequestUris []string + RequireAuthTime bool + ResponseTypes []string + RptAsJwt bool + RunIntrospectionScriptBeforeAccessTokenAsJwtCreationAndIncludeClaims bool + Scope []string + Scopes string + SectorIdentifierURI string + SoftwareID string + SoftwareStatement string + SoftwareVersion string + SpontaneousScopes []string + SubjectType string + TLSClientAuthSubjectDn string + TokenEndpointAuthMethod string + TokenEndpointAuthSigningAlg string + TosURI string + UserinfoEncryptedResponseAlg string + UserinfoEncryptedResponseEnc string + UserinfoSignedResponseAlg string + func (m *RegisterParams) MarshalBinary() ([]byte, error) + func (m *RegisterParams) UnmarshalBinary(b []byte) error + func (m *RegisterParams) Validate(formats strfmt.Registry) error + type RegisterRequest struct + AppID string + Challenge string + Version string + func (m *RegisterRequest) MarshalBinary() ([]byte, error) + func (m *RegisterRequest) UnmarshalBinary(b []byte) error + func (m *RegisterRequest) Validate(formats strfmt.Registry) error + type RegisterRequestMessage struct + AuthenticateRequests []*AuthenticateRequest + RegisterRequests []*RegisterRequest + func (m *RegisterRequestMessage) MarshalBinary() ([]byte, error) + func (m *RegisterRequestMessage) UnmarshalBinary(b []byte) error + func (m *RegisterRequestMessage) Validate(formats strfmt.Registry) error + type RegisterResponseParam struct + ClientID *string + ClientIDIssuedAt int32 + ClientSecret string + ClientSecretExpiresAt int32 + RegistrationAccessToken string + RegistrationClientURI string + func (m *RegisterResponseParam) MarshalBinary() ([]byte, error) + func (m *RegisterResponseParam) UnmarshalBinary(b []byte) error + func (m *RegisterResponseParam) Validate(formats strfmt.Registry) error + type RegisterSiteParams struct + TokenResponse *TokenResponse2 + Username *string + func (m *RegisterSiteParams) MarshalBinary() ([]byte, error) + func (m *RegisterSiteParams) UnmarshalBinary(b []byte) error + func (m *RegisterSiteParams) Validate(formats strfmt.Registry) error + type RegisterStatus struct + Challenge string + Status string + func (m *RegisterStatus) MarshalBinary() ([]byte, error) + func (m *RegisterStatus) UnmarshalBinary(b []byte) error + func (m *RegisterStatus) Validate(formats strfmt.Registry) error + type RptIntrospectionResponse struct + Active *bool + Aud string + ClientID string + Exp int64 + Iat int32 + Iss string + Jti string + Nbf int32 + PctClaims map[string]string + Permissions []*Permission + ResourceID *string + ResourceScopes []string + Sub string + func (m *RptIntrospectionResponse) MarshalBinary() ([]byte, error) + func (m *RptIntrospectionResponse) UnmarshalBinary(b []byte) error + func (m *RptIntrospectionResponse) Validate(formats strfmt.Registry) error + type RptIntrospectionResponse1 struct + Active *bool + Aud string + ClientID string + Exp int64 + Iat int32 + Iss string + Jti string + Nbf int32 + PctClaims map[string]string + Permissions []*Permission + ResourceID *string + ResourceScopes []string + Sub string + func (m *RptIntrospectionResponse1) MarshalBinary() ([]byte, error) + func (m *RptIntrospectionResponse1) UnmarshalBinary(b []byte) error + func (m *RptIntrospectionResponse1) Validate(formats strfmt.Registry) error + type SessionStateObject struct + AuthTime int32 + CustomState string + State string + func (m *SessionStateObject) MarshalBinary() ([]byte, error) + func (m *SessionStateObject) UnmarshalBinary(b []byte) error + func (m *SessionStateObject) Validate(formats strfmt.Registry) error + type TokenResponse struct + AccessToken *string + ExpiresIn int32 + IDToken string + RefreshToken string + Scope []string + TokenType *string + func (m *TokenResponse) MarshalBinary() ([]byte, error) + func (m *TokenResponse) UnmarshalBinary(b []byte) error + func (m *TokenResponse) Validate(formats strfmt.Registry) error + type TokenResponse1 struct + ClientData string + KeyHandle string + SignatureData string + func (m *TokenResponse1) MarshalBinary() ([]byte, error) + func (m *TokenResponse1) UnmarshalBinary(b []byte) error + func (m *TokenResponse1) Validate(formats strfmt.Registry) error + type TokenResponse2 struct + ClientData string + DeviceData string + RegistrationData string + func (m *TokenResponse2) MarshalBinary() ([]byte, error) + func (m *TokenResponse2) UnmarshalBinary(b []byte) error + func (m *TokenResponse2) Validate(formats strfmt.Registry) error + type U2FConfiguration struct + AuthenticationEndpoint string + Issuer *string + RegistrationEndpoint string + Version *string + func (m *U2FConfiguration) MarshalBinary() ([]byte, error) + func (m *U2FConfiguration) UnmarshalBinary(b []byte) error + func (m *U2FConfiguration) Validate(formats strfmt.Registry) error + type UMA2ConfigurationResponse struct + AuthorizationEndpoint *string + Issuer *string + PermissionEndpoint string + ResourceRegistrationEndpoint string + ScopeEndpoint string + UMAProfilesSupported []string + func (m *UMA2ConfigurationResponse) MarshalBinary() ([]byte, error) + func (m *UMA2ConfigurationResponse) UnmarshalBinary(b []byte) error + func (m *UMA2ConfigurationResponse) Validate(formats strfmt.Registry) error + type UMAPermissionList struct + Exp int64 + Params map[string]string + ResourceID *string + ResourceScopes []string + func (m *UMAPermissionList) MarshalBinary() ([]byte, error) + func (m *UMAPermissionList) UnmarshalBinary(b []byte) error + func (m *UMAPermissionList) Validate(formats strfmt.Registry) error + type UMAResource struct + Description string + Exp int64 + Iat int64 + IconURI string + Name string + ResourceScopes []string + ScopeExpression string + Type string + func (m *UMAResource) MarshalBinary() ([]byte, error) + func (m *UMAResource) UnmarshalBinary(b []byte) error + func (m *UMAResource) Validate(formats strfmt.Registry) error + type UMAResourceResponse struct + ID *string + UserAccessPolicyURI string + func (m *UMAResourceResponse) MarshalBinary() ([]byte, error) + func (m *UMAResourceResponse) UnmarshalBinary(b []byte) error + func (m *UMAResourceResponse) Validate(formats strfmt.Registry) error + type UMAResourceWithID struct + Description string + Exp *int64 + ID *string + Iat *int64 + IconURI string + Name string + ScopeExpression string + Scopes []string + Type string + URI string + func (m *UMAResourceWithID) MarshalBinary() ([]byte, error) + func (m *UMAResourceWithID) UnmarshalBinary(b []byte) error + func (m *UMAResourceWithID) Validate(formats strfmt.Registry) error + type UMAScopeDescription struct + Description string + IconURI string + Name *string + func (m *UMAScopeDescription) MarshalBinary() ([]byte, error) + func (m *UMAScopeDescription) UnmarshalBinary(b []byte) error + func (m *UMAScopeDescription) Validate(formats strfmt.Registry) error + type User struct + DisplayName *string + ID *string + Name *string + func (m *User) MarshalBinary() ([]byte, error) + func (m *User) UnmarshalBinary(b []byte) error + func (m *User) Validate(formats strfmt.Registry) error + type WebKeysConfiguration struct + Keys []*JSONWebKey + func (m *WebKeysConfiguration) MarshalBinary() ([]byte, error) + func (m *WebKeysConfiguration) UnmarshalBinary(b []byte) error + func (m *WebKeysConfiguration) Validate(formats strfmt.Registry) error