Versions in this module Expand all Collapse all v1 v1.5.1 May 14, 2026 v1.5.0 May 13, 2026 Changes in this version + type APICallbackRequest struct + Code string + RedirectURI string + State string + func (cr *APICallbackRequest) Validate() error + type APILoginRequest struct + ClientID *string + ClientSecret *string + Email *string + RedirectURI *string + func (lr *APILoginRequest) IsClientCredentials() bool + func (lr *APILoginRequest) Validate() error + type APILoginResponse struct + AuthURL string + IDP string + RealmName string + State string + type APILogoutRequest struct + RefreshToken string + func (lor *APILogoutRequest) Validate() error + type APIRefreshTokenRequest struct + RefreshToken string + func (rtr *APIRefreshTokenRequest) Validate() error + type APITokenResponse struct + AccessToken string + ExpiresIn int + RefreshToken string + TokenType string