identitytoolkit - ActiveState ActiveGo 1.8
...

Package identitytoolkit

import "google.golang.org/api/identitytoolkit/v3"
Overview
Index

Overview ▾

Package identitytoolkit provides access to the Google Identity Toolkit API.

See https://developers.google.com/identity-toolkit/v3/

Usage example:

import "google.golang.org/api/identitytoolkit/v3"
...
identitytoolkitService, err := identitytoolkit.New(oauthHttpClient)

Index ▾

Constants
type CreateAuthUriResponse
    func (s *CreateAuthUriResponse) MarshalJSON() ([]byte, error)
type DeleteAccountResponse
    func (s *DeleteAccountResponse) MarshalJSON() ([]byte, error)
type DownloadAccountResponse
    func (s *DownloadAccountResponse) MarshalJSON() ([]byte, error)
type EmailTemplate
    func (s *EmailTemplate) MarshalJSON() ([]byte, error)
type GetAccountInfoResponse
    func (s *GetAccountInfoResponse) MarshalJSON() ([]byte, error)
type GetOobConfirmationCodeResponse
    func (s *GetOobConfirmationCodeResponse) MarshalJSON() ([]byte, error)
type GetRecaptchaParamResponse
    func (s *GetRecaptchaParamResponse) MarshalJSON() ([]byte, error)
type IdentitytoolkitRelyingpartyCreateAuthUriRequest
    func (s *IdentitytoolkitRelyingpartyCreateAuthUriRequest) MarshalJSON() ([]byte, error)
type IdentitytoolkitRelyingpartyDeleteAccountRequest
    func (s *IdentitytoolkitRelyingpartyDeleteAccountRequest) MarshalJSON() ([]byte, error)
type IdentitytoolkitRelyingpartyDownloadAccountRequest
    func (s *IdentitytoolkitRelyingpartyDownloadAccountRequest) MarshalJSON() ([]byte, error)
type IdentitytoolkitRelyingpartyGetAccountInfoRequest
    func (s *IdentitytoolkitRelyingpartyGetAccountInfoRequest) MarshalJSON() ([]byte, error)
type IdentitytoolkitRelyingpartyGetProjectConfigResponse
    func (s *IdentitytoolkitRelyingpartyGetProjectConfigResponse) MarshalJSON() ([]byte, error)
type IdentitytoolkitRelyingpartyResetPasswordRequest
    func (s *IdentitytoolkitRelyingpartyResetPasswordRequest) MarshalJSON() ([]byte, error)
type IdentitytoolkitRelyingpartySetAccountInfoRequest
    func (s *IdentitytoolkitRelyingpartySetAccountInfoRequest) MarshalJSON() ([]byte, error)
type IdentitytoolkitRelyingpartySetProjectConfigRequest
    func (s *IdentitytoolkitRelyingpartySetProjectConfigRequest) MarshalJSON() ([]byte, error)
type IdentitytoolkitRelyingpartySetProjectConfigResponse
    func (s *IdentitytoolkitRelyingpartySetProjectConfigResponse) MarshalJSON() ([]byte, error)
type IdentitytoolkitRelyingpartySignOutUserRequest
    func (s *IdentitytoolkitRelyingpartySignOutUserRequest) MarshalJSON() ([]byte, error)
type IdentitytoolkitRelyingpartySignOutUserResponse
    func (s *IdentitytoolkitRelyingpartySignOutUserResponse) MarshalJSON() ([]byte, error)
type IdentitytoolkitRelyingpartySignupNewUserRequest
    func (s *IdentitytoolkitRelyingpartySignupNewUserRequest) MarshalJSON() ([]byte, error)
type IdentitytoolkitRelyingpartyUploadAccountRequest
    func (s *IdentitytoolkitRelyingpartyUploadAccountRequest) MarshalJSON() ([]byte, error)
type IdentitytoolkitRelyingpartyVerifyAssertionRequest
    func (s *IdentitytoolkitRelyingpartyVerifyAssertionRequest) MarshalJSON() ([]byte, error)
type IdentitytoolkitRelyingpartyVerifyCustomTokenRequest
    func (s *IdentitytoolkitRelyingpartyVerifyCustomTokenRequest) MarshalJSON() ([]byte, error)
type IdentitytoolkitRelyingpartyVerifyPasswordRequest
    func (s *IdentitytoolkitRelyingpartyVerifyPasswordRequest) MarshalJSON() ([]byte, error)
type IdpConfig
    func (s *IdpConfig) MarshalJSON() ([]byte, error)
type Relyingparty
    func (s *Relyingparty) MarshalJSON() ([]byte, error)
type RelyingpartyCreateAuthUriCall
    func (c *RelyingpartyCreateAuthUriCall) Context(ctx context.Context) *RelyingpartyCreateAuthUriCall
    func (c *RelyingpartyCreateAuthUriCall) Do(opts ...googleapi.CallOption) (*CreateAuthUriResponse, error)
    func (c *RelyingpartyCreateAuthUriCall) Fields(s ...googleapi.Field) *RelyingpartyCreateAuthUriCall
    func (c *RelyingpartyCreateAuthUriCall) Header() http.Header
type RelyingpartyDeleteAccountCall
    func (c *RelyingpartyDeleteAccountCall) Context(ctx context.Context) *RelyingpartyDeleteAccountCall
    func (c *RelyingpartyDeleteAccountCall) Do(opts ...googleapi.CallOption) (*DeleteAccountResponse, error)
    func (c *RelyingpartyDeleteAccountCall) Fields(s ...googleapi.Field) *RelyingpartyDeleteAccountCall
    func (c *RelyingpartyDeleteAccountCall) Header() http.Header
type RelyingpartyDownloadAccountCall
    func (c *RelyingpartyDownloadAccountCall) Context(ctx context.Context) *RelyingpartyDownloadAccountCall
    func (c *RelyingpartyDownloadAccountCall) Do(opts ...googleapi.CallOption) (*DownloadAccountResponse, error)
    func (c *RelyingpartyDownloadAccountCall) Fields(s ...googleapi.Field) *RelyingpartyDownloadAccountCall
    func (c *RelyingpartyDownloadAccountCall) Header() http.Header
    func (c *RelyingpartyDownloadAccountCall) Pages(ctx context.Context, f func(*DownloadAccountResponse) error) error
type RelyingpartyGetAccountInfoCall
    func (c *RelyingpartyGetAccountInfoCall) Context(ctx context.Context) *RelyingpartyGetAccountInfoCall
    func (c *RelyingpartyGetAccountInfoCall) Do(opts ...googleapi.CallOption) (*GetAccountInfoResponse, error)
    func (c *RelyingpartyGetAccountInfoCall) Fields(s ...googleapi.Field) *RelyingpartyGetAccountInfoCall
    func (c *RelyingpartyGetAccountInfoCall) Header() http.Header
type RelyingpartyGetOobConfirmationCodeCall
    func (c *RelyingpartyGetOobConfirmationCodeCall) Context(ctx context.Context) *RelyingpartyGetOobConfirmationCodeCall
    func (c *RelyingpartyGetOobConfirmationCodeCall) Do(opts ...googleapi.CallOption) (*GetOobConfirmationCodeResponse, error)
    func (c *RelyingpartyGetOobConfirmationCodeCall) Fields(s ...googleapi.Field) *RelyingpartyGetOobConfirmationCodeCall
    func (c *RelyingpartyGetOobConfirmationCodeCall) Header() http.Header
type RelyingpartyGetProjectConfigCall
    func (c *RelyingpartyGetProjectConfigCall) Context(ctx context.Context) *RelyingpartyGetProjectConfigCall
    func (c *RelyingpartyGetProjectConfigCall) DelegatedProjectNumber(delegatedProjectNumber string) *RelyingpartyGetProjectConfigCall
    func (c *RelyingpartyGetProjectConfigCall) Do(opts ...googleapi.CallOption) (*IdentitytoolkitRelyingpartyGetProjectConfigResponse, error)
    func (c *RelyingpartyGetProjectConfigCall) Fields(s ...googleapi.Field) *RelyingpartyGetProjectConfigCall
    func (c *RelyingpartyGetProjectConfigCall) Header() http.Header
    func (c *RelyingpartyGetProjectConfigCall) IfNoneMatch(entityTag string) *RelyingpartyGetProjectConfigCall
    func (c *RelyingpartyGetProjectConfigCall) ProjectNumber(projectNumber string) *RelyingpartyGetProjectConfigCall
type RelyingpartyGetPublicKeysCall
    func (c *RelyingpartyGetPublicKeysCall) Context(ctx context.Context) *RelyingpartyGetPublicKeysCall
    func (c *RelyingpartyGetPublicKeysCall) Do(opts ...googleapi.CallOption) (map[string]string, error)
    func (c *RelyingpartyGetPublicKeysCall) Fields(s ...googleapi.Field) *RelyingpartyGetPublicKeysCall
    func (c *RelyingpartyGetPublicKeysCall) Header() http.Header
    func (c *RelyingpartyGetPublicKeysCall) IfNoneMatch(entityTag string) *RelyingpartyGetPublicKeysCall
type RelyingpartyGetRecaptchaParamCall
    func (c *RelyingpartyGetRecaptchaParamCall) Context(ctx context.Context) *RelyingpartyGetRecaptchaParamCall
    func (c *RelyingpartyGetRecaptchaParamCall) Do(opts ...googleapi.CallOption) (*GetRecaptchaParamResponse, error)
    func (c *RelyingpartyGetRecaptchaParamCall) Fields(s ...googleapi.Field) *RelyingpartyGetRecaptchaParamCall
    func (c *RelyingpartyGetRecaptchaParamCall) Header() http.Header
    func (c *RelyingpartyGetRecaptchaParamCall) IfNoneMatch(entityTag string) *RelyingpartyGetRecaptchaParamCall
type RelyingpartyResetPasswordCall
    func (c *RelyingpartyResetPasswordCall) Context(ctx context.Context) *RelyingpartyResetPasswordCall
    func (c *RelyingpartyResetPasswordCall) Do(opts ...googleapi.CallOption) (*ResetPasswordResponse, error)
    func (c *RelyingpartyResetPasswordCall) Fields(s ...googleapi.Field) *RelyingpartyResetPasswordCall
    func (c *RelyingpartyResetPasswordCall) Header() http.Header
type RelyingpartyService
    func NewRelyingpartyService(s *Service) *RelyingpartyService
    func (r *RelyingpartyService) CreateAuthUri(identitytoolkitrelyingpartycreateauthurirequest *IdentitytoolkitRelyingpartyCreateAuthUriRequest) *RelyingpartyCreateAuthUriCall
    func (r *RelyingpartyService) DeleteAccount(identitytoolkitrelyingpartydeleteaccountrequest *IdentitytoolkitRelyingpartyDeleteAccountRequest) *RelyingpartyDeleteAccountCall
    func (r *RelyingpartyService) DownloadAccount(identitytoolkitrelyingpartydownloadaccountrequest *IdentitytoolkitRelyingpartyDownloadAccountRequest) *RelyingpartyDownloadAccountCall
    func (r *RelyingpartyService) GetAccountInfo(identitytoolkitrelyingpartygetaccountinforequest *IdentitytoolkitRelyingpartyGetAccountInfoRequest) *RelyingpartyGetAccountInfoCall
    func (r *RelyingpartyService) GetOobConfirmationCode(relyingparty *Relyingparty) *RelyingpartyGetOobConfirmationCodeCall
    func (r *RelyingpartyService) GetProjectConfig() *RelyingpartyGetProjectConfigCall
    func (r *RelyingpartyService) GetPublicKeys() *RelyingpartyGetPublicKeysCall
    func (r *RelyingpartyService) GetRecaptchaParam() *RelyingpartyGetRecaptchaParamCall
    func (r *RelyingpartyService) ResetPassword(identitytoolkitrelyingpartyresetpasswordrequest *IdentitytoolkitRelyingpartyResetPasswordRequest) *RelyingpartyResetPasswordCall
    func (r *RelyingpartyService) SetAccountInfo(identitytoolkitrelyingpartysetaccountinforequest *IdentitytoolkitRelyingpartySetAccountInfoRequest) *RelyingpartySetAccountInfoCall
    func (r *RelyingpartyService) SetProjectConfig(identitytoolkitrelyingpartysetprojectconfigrequest *IdentitytoolkitRelyingpartySetProjectConfigRequest) *RelyingpartySetProjectConfigCall
    func (r *RelyingpartyService) SignOutUser(identitytoolkitrelyingpartysignoutuserrequest *IdentitytoolkitRelyingpartySignOutUserRequest) *RelyingpartySignOutUserCall
    func (r *RelyingpartyService) SignupNewUser(identitytoolkitrelyingpartysignupnewuserrequest *IdentitytoolkitRelyingpartySignupNewUserRequest) *RelyingpartySignupNewUserCall
    func (r *RelyingpartyService) UploadAccount(identitytoolkitrelyingpartyuploadaccountrequest *IdentitytoolkitRelyingpartyUploadAccountRequest) *RelyingpartyUploadAccountCall
    func (r *RelyingpartyService) VerifyAssertion(identitytoolkitrelyingpartyverifyassertionrequest *IdentitytoolkitRelyingpartyVerifyAssertionRequest) *RelyingpartyVerifyAssertionCall
    func (r *RelyingpartyService) VerifyCustomToken(identitytoolkitrelyingpartyverifycustomtokenrequest *IdentitytoolkitRelyingpartyVerifyCustomTokenRequest) *RelyingpartyVerifyCustomTokenCall
    func (r *RelyingpartyService) VerifyPassword(identitytoolkitrelyingpartyverifypasswordrequest *IdentitytoolkitRelyingpartyVerifyPasswordRequest) *RelyingpartyVerifyPasswordCall
type RelyingpartySetAccountInfoCall
    func (c *RelyingpartySetAccountInfoCall) Context(ctx context.Context) *RelyingpartySetAccountInfoCall
    func (c *RelyingpartySetAccountInfoCall) Do(opts ...googleapi.CallOption) (*SetAccountInfoResponse, error)
    func (c *RelyingpartySetAccountInfoCall) Fields(s ...googleapi.Field) *RelyingpartySetAccountInfoCall
    func (c *RelyingpartySetAccountInfoCall) Header() http.Header
type RelyingpartySetProjectConfigCall
    func (c *RelyingpartySetProjectConfigCall) Context(ctx context.Context) *RelyingpartySetProjectConfigCall
    func (c *RelyingpartySetProjectConfigCall) Do(opts ...googleapi.CallOption) (*IdentitytoolkitRelyingpartySetProjectConfigResponse, error)
    func (c *RelyingpartySetProjectConfigCall) Fields(s ...googleapi.Field) *RelyingpartySetProjectConfigCall
    func (c *RelyingpartySetProjectConfigCall) Header() http.Header
type RelyingpartySignOutUserCall
    func (c *RelyingpartySignOutUserCall) Context(ctx context.Context) *RelyingpartySignOutUserCall
    func (c *RelyingpartySignOutUserCall) Do(opts ...googleapi.CallOption) (*IdentitytoolkitRelyingpartySignOutUserResponse, error)
    func (c *RelyingpartySignOutUserCall) Fields(s ...googleapi.Field) *RelyingpartySignOutUserCall
    func (c *RelyingpartySignOutUserCall) Header() http.Header
type RelyingpartySignupNewUserCall
    func (c *RelyingpartySignupNewUserCall) Context(ctx context.Context) *RelyingpartySignupNewUserCall
    func (c *RelyingpartySignupNewUserCall) Do(opts ...googleapi.CallOption) (*SignupNewUserResponse, error)
    func (c *RelyingpartySignupNewUserCall) Fields(s ...googleapi.Field) *RelyingpartySignupNewUserCall
    func (c *RelyingpartySignupNewUserCall) Header() http.Header
type RelyingpartyUploadAccountCall
    func (c *RelyingpartyUploadAccountCall) Context(ctx context.Context) *RelyingpartyUploadAccountCall
    func (c *RelyingpartyUploadAccountCall) Do(opts ...googleapi.CallOption) (*UploadAccountResponse, error)
    func (c *RelyingpartyUploadAccountCall) Fields(s ...googleapi.Field) *RelyingpartyUploadAccountCall
    func (c *RelyingpartyUploadAccountCall) Header() http.Header
type RelyingpartyVerifyAssertionCall
    func (c *RelyingpartyVerifyAssertionCall) Context(ctx context.Context) *RelyingpartyVerifyAssertionCall
    func (c *RelyingpartyVerifyAssertionCall) Do(opts ...googleapi.CallOption) (*VerifyAssertionResponse, error)
    func (c *RelyingpartyVerifyAssertionCall) Fields(s ...googleapi.Field) *RelyingpartyVerifyAssertionCall
    func (c *RelyingpartyVerifyAssertionCall) Header() http.Header
type RelyingpartyVerifyCustomTokenCall
    func (c *RelyingpartyVerifyCustomTokenCall) Context(ctx context.Context) *RelyingpartyVerifyCustomTokenCall
    func (c *RelyingpartyVerifyCustomTokenCall) Do(opts ...googleapi.CallOption) (*VerifyCustomTokenResponse, error)
    func (c *RelyingpartyVerifyCustomTokenCall) Fields(s ...googleapi.Field) *RelyingpartyVerifyCustomTokenCall
    func (c *RelyingpartyVerifyCustomTokenCall) Header() http.Header
type RelyingpartyVerifyPasswordCall
    func (c *RelyingpartyVerifyPasswordCall) Context(ctx context.Context) *RelyingpartyVerifyPasswordCall
    func (c *RelyingpartyVerifyPasswordCall) Do(opts ...googleapi.CallOption) (*VerifyPasswordResponse, error)
    func (c *RelyingpartyVerifyPasswordCall) Fields(s ...googleapi.Field) *RelyingpartyVerifyPasswordCall
    func (c *RelyingpartyVerifyPasswordCall) Header() http.Header
type ResetPasswordResponse
    func (s *ResetPasswordResponse) MarshalJSON() ([]byte, error)
type Service
    func New(client *http.Client) (*Service, error)
type SetAccountInfoResponse
    func (s *SetAccountInfoResponse) MarshalJSON() ([]byte, error)
type SetAccountInfoResponseProviderUserInfo
    func (s *SetAccountInfoResponseProviderUserInfo) MarshalJSON() ([]byte, error)
type SignupNewUserResponse
    func (s *SignupNewUserResponse) MarshalJSON() ([]byte, error)
type UploadAccountResponse
    func (s *UploadAccountResponse) MarshalJSON() ([]byte, error)
type UploadAccountResponseError
    func (s *UploadAccountResponseError) MarshalJSON() ([]byte, error)
type UserInfo
    func (s *UserInfo) MarshalJSON() ([]byte, error)
    func (s *UserInfo) UnmarshalJSON(data []byte) error
type UserInfoProviderUserInfo
    func (s *UserInfoProviderUserInfo) MarshalJSON() ([]byte, error)
type VerifyAssertionResponse
    func (s *VerifyAssertionResponse) MarshalJSON() ([]byte, error)
type VerifyCustomTokenResponse
    func (s *VerifyCustomTokenResponse) MarshalJSON() ([]byte, error)
type VerifyPasswordResponse
    func (s *VerifyPasswordResponse) MarshalJSON() ([]byte, error)

Package files

identitytoolkit-gen.go

Constants

OAuth2 scopes used by this API.

const (
    // View and manage your data across Google Cloud Platform services
    CloudPlatformScope = "https://www.googleapis.com/auth/cloud-platform"

    // View and administer all your Firebase data and settings
    FirebaseScope = "https://www.googleapis.com/auth/firebase"
)

type CreateAuthUriResponse

CreateAuthUriResponse: Response of creating the IDP authentication URL.

type CreateAuthUriResponse struct {
    // AllProviders: all providers the user has once used to do federated
    // login
    AllProviders []string `json:"allProviders,omitempty"`

    // AuthUri: The URI used by the IDP to authenticate the user.
    AuthUri string `json:"authUri,omitempty"`

    // CaptchaRequired: True if captcha is required.
    CaptchaRequired bool `json:"captchaRequired,omitempty"`

    // ForExistingProvider: True if the authUri is for user's existing
    // provider.
    ForExistingProvider bool `json:"forExistingProvider,omitempty"`

    // Kind: The fixed string identitytoolkit#CreateAuthUriResponse".
    Kind string `json:"kind,omitempty"`

    // ProviderId: The provider ID of the auth URI.
    ProviderId string `json:"providerId,omitempty"`

    // Registered: Whether the user is registered if the identifier is an
    // email.
    Registered bool `json:"registered,omitempty"`

    // SessionId: Session ID which should be passed in the following
    // verifyAssertion request.
    SessionId string `json:"sessionId,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "AllProviders") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "AllProviders") to include
    // in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. However, any field with
    // an empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*CreateAuthUriResponse) MarshalJSON

func (s *CreateAuthUriResponse) MarshalJSON() ([]byte, error)

type DeleteAccountResponse

DeleteAccountResponse: Respone of deleting account.

type DeleteAccountResponse struct {
    // Kind: The fixed string "identitytoolkit#DeleteAccountResponse".
    Kind string `json:"kind,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "Kind") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Kind") to include in API
    // requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*DeleteAccountResponse) MarshalJSON

func (s *DeleteAccountResponse) MarshalJSON() ([]byte, error)

type DownloadAccountResponse

DownloadAccountResponse: Response of downloading accounts in batch.

type DownloadAccountResponse struct {
    // Kind: The fixed string "identitytoolkit#DownloadAccountResponse".
    Kind string `json:"kind,omitempty"`

    // NextPageToken: The next page token. To be used in a subsequent
    // request to return the next page of results.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // Users: The user accounts data.
    Users []*UserInfo `json:"users,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "Kind") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Kind") to include in API
    // requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*DownloadAccountResponse) MarshalJSON

func (s *DownloadAccountResponse) MarshalJSON() ([]byte, error)

type EmailTemplate

EmailTemplate: Template for an email template.

type EmailTemplate struct {
    // Body: Email body.
    Body string `json:"body,omitempty"`

    // Format: Email body format.
    Format string `json:"format,omitempty"`

    // From: From address of the email.
    From string `json:"from,omitempty"`

    // FromDisplayName: From display name.
    FromDisplayName string `json:"fromDisplayName,omitempty"`

    // ReplyTo: Reply-to address.
    ReplyTo string `json:"replyTo,omitempty"`

    // Subject: Subject of the email.
    Subject string `json:"subject,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Body") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Body") to include in API
    // requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*EmailTemplate) MarshalJSON

func (s *EmailTemplate) MarshalJSON() ([]byte, error)

type GetAccountInfoResponse

GetAccountInfoResponse: Response of getting account information.

type GetAccountInfoResponse struct {
    // Kind: The fixed string "identitytoolkit#GetAccountInfoResponse".
    Kind string `json:"kind,omitempty"`

    // Users: The info of the users.
    Users []*UserInfo `json:"users,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "Kind") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Kind") to include in API
    // requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*GetAccountInfoResponse) MarshalJSON

func (s *GetAccountInfoResponse) MarshalJSON() ([]byte, error)

type GetOobConfirmationCodeResponse

GetOobConfirmationCodeResponse: Response of getting a code for user confirmation (reset password, change email etc.).

type GetOobConfirmationCodeResponse struct {
    // Email: The email address that the email is sent to.
    Email string `json:"email,omitempty"`

    // Kind: The fixed string
    // "identitytoolkit#GetOobConfirmationCodeResponse".
    Kind string `json:"kind,omitempty"`

    // OobCode: The code to be send to the user.
    OobCode string `json:"oobCode,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "Email") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Email") to include in API
    // requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*GetOobConfirmationCodeResponse) MarshalJSON

func (s *GetOobConfirmationCodeResponse) MarshalJSON() ([]byte, error)

type GetRecaptchaParamResponse

GetRecaptchaParamResponse: Response of getting recaptcha param.

type GetRecaptchaParamResponse struct {
    // Kind: The fixed string "identitytoolkit#GetRecaptchaParamResponse".
    Kind string `json:"kind,omitempty"`

    // RecaptchaSiteKey: Site key registered at recaptcha.
    RecaptchaSiteKey string `json:"recaptchaSiteKey,omitempty"`

    // RecaptchaStoken: The stoken field for the recaptcha widget, used to
    // request captcha challenge.
    RecaptchaStoken string `json:"recaptchaStoken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "Kind") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Kind") to include in API
    // requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*GetRecaptchaParamResponse) MarshalJSON

func (s *GetRecaptchaParamResponse) MarshalJSON() ([]byte, error)

type IdentitytoolkitRelyingpartyCreateAuthUriRequest

IdentitytoolkitRelyingpartyCreateAuthUriRequest: Request to get the IDP authentication URL.

type IdentitytoolkitRelyingpartyCreateAuthUriRequest struct {
    // AppId: The app ID of the mobile app, base64(CERT_SHA1):PACKAGE_NAME
    // for Android, BUNDLE_ID for iOS.
    AppId string `json:"appId,omitempty"`

    // AuthFlowType: Explicitly specify the auth flow type. Currently only
    // support "CODE_FLOW" type. The field is only used for Google provider.
    AuthFlowType string `json:"authFlowType,omitempty"`

    // ClientId: The relying party OAuth client ID.
    ClientId string `json:"clientId,omitempty"`

    // Context: The opaque value used by the client to maintain context info
    // between the authentication request and the IDP callback.
    Context string `json:"context,omitempty"`

    // ContinueUri: The URI to which the IDP redirects the user after the
    // federated login flow.
    ContinueUri string `json:"continueUri,omitempty"`

    // CustomParameter: The query parameter that client can customize by
    // themselves in auth url. The following parameters are reserved for
    // server so that they cannot be customized by clients: client_id,
    // response_type, scope, redirect_uri, state, oauth_token.
    CustomParameter map[string]string `json:"customParameter,omitempty"`

    // HostedDomain: The hosted domain to restrict sign-in to accounts at
    // that domain for Google Apps hosted accounts.
    HostedDomain string `json:"hostedDomain,omitempty"`

    // Identifier: The email or federated ID of the user.
    Identifier string `json:"identifier,omitempty"`

    // OauthConsumerKey: The developer's consumer key for OpenId OAuth
    // Extension
    OauthConsumerKey string `json:"oauthConsumerKey,omitempty"`

    // OauthScope: Additional oauth scopes, beyond the basid user profile,
    // that the user would be prompted to grant
    OauthScope string `json:"oauthScope,omitempty"`

    // OpenidRealm: Optional realm for OpenID protocol. The sub string
    // "scheme://domain:port" of the param "continueUri" is used if this is
    // not set.
    OpenidRealm string `json:"openidRealm,omitempty"`

    // OtaApp: The native app package for OTA installation.
    OtaApp string `json:"otaApp,omitempty"`

    // ProviderId: The IdP ID. For white listed IdPs it's a short domain
    // name e.g. google.com, aol.com, live.net and yahoo.com. For other
    // OpenID IdPs it's the OP identifier.
    ProviderId string `json:"providerId,omitempty"`

    // SessionId: The session_id passed by client.
    SessionId string `json:"sessionId,omitempty"`

    // ForceSendFields is a list of field names (e.g. "AppId") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "AppId") to include in API
    // requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*IdentitytoolkitRelyingpartyCreateAuthUriRequest) MarshalJSON

func (s *IdentitytoolkitRelyingpartyCreateAuthUriRequest) MarshalJSON() ([]byte, error)

type IdentitytoolkitRelyingpartyDeleteAccountRequest

IdentitytoolkitRelyingpartyDeleteAccountRequest: Request to delete account.

type IdentitytoolkitRelyingpartyDeleteAccountRequest struct {
    // DelegatedProjectNumber: GCP project number of the requesting
    // delegated app. Currently only intended for Firebase V1 migration.
    DelegatedProjectNumber int64 `json:"delegatedProjectNumber,omitempty,string"`

    // IdToken: The GITKit token or STS id token of the authenticated user.
    IdToken string `json:"idToken,omitempty"`

    // LocalId: The local ID of the user.
    LocalId string `json:"localId,omitempty"`

    // ForceSendFields is a list of field names (e.g.
    // "DelegatedProjectNumber") to unconditionally include in API requests.
    // By default, fields with empty values are omitted from API requests.
    // However, any non-pointer, non-interface field appearing in
    // ForceSendFields will be sent to the server regardless of whether the
    // field is empty or not. This may be used to include empty fields in
    // Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "DelegatedProjectNumber")
    // to include in API requests with the JSON null value. By default,
    // fields with empty values are omitted from API requests. However, any
    // field with an empty value appearing in NullFields will be sent to the
    // server as null. It is an error if a field in this list has a
    // non-empty value. This may be used to include null fields in Patch
    // requests.
    NullFields []string `json:"-"`
}

func (*IdentitytoolkitRelyingpartyDeleteAccountRequest) MarshalJSON

func (s *IdentitytoolkitRelyingpartyDeleteAccountRequest) MarshalJSON() ([]byte, error)

type IdentitytoolkitRelyingpartyDownloadAccountRequest

IdentitytoolkitRelyingpartyDownloadAccountRequest: Request to download user account in batch.

type IdentitytoolkitRelyingpartyDownloadAccountRequest struct {
    // DelegatedProjectNumber: GCP project number of the requesting
    // delegated app. Currently only intended for Firebase V1 migration.
    DelegatedProjectNumber int64 `json:"delegatedProjectNumber,omitempty,string"`

    // MaxResults: The max number of results to return in the response.
    MaxResults int64 `json:"maxResults,omitempty"`

    // NextPageToken: The token for the next page. This should be taken from
    // the previous response.
    NextPageToken string `json:"nextPageToken,omitempty"`

    // TargetProjectId: Specify which project (field value is actually
    // project id) to operate. Only used when provided credential.
    TargetProjectId string `json:"targetProjectId,omitempty"`

    // ForceSendFields is a list of field names (e.g.
    // "DelegatedProjectNumber") to unconditionally include in API requests.
    // By default, fields with empty values are omitted from API requests.
    // However, any non-pointer, non-interface field appearing in
    // ForceSendFields will be sent to the server regardless of whether the
    // field is empty or not. This may be used to include empty fields in
    // Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "DelegatedProjectNumber")
    // to include in API requests with the JSON null value. By default,
    // fields with empty values are omitted from API requests. However, any
    // field with an empty value appearing in NullFields will be sent to the
    // server as null. It is an error if a field in this list has a
    // non-empty value. This may be used to include null fields in Patch
    // requests.
    NullFields []string `json:"-"`
}

func (*IdentitytoolkitRelyingpartyDownloadAccountRequest) MarshalJSON

func (s *IdentitytoolkitRelyingpartyDownloadAccountRequest) MarshalJSON() ([]byte, error)

type IdentitytoolkitRelyingpartyGetAccountInfoRequest

IdentitytoolkitRelyingpartyGetAccountInfoRequest: Request to get the account information.

type IdentitytoolkitRelyingpartyGetAccountInfoRequest struct {
    // DelegatedProjectNumber: GCP project number of the requesting
    // delegated app. Currently only intended for Firebase V1 migration.
    DelegatedProjectNumber int64 `json:"delegatedProjectNumber,omitempty,string"`

    // Email: The list of emails of the users to inquiry.
    Email []string `json:"email,omitempty"`

    // IdToken: The GITKit token of the authenticated user.
    IdToken string `json:"idToken,omitempty"`

    // LocalId: The list of local ID's of the users to inquiry.
    LocalId []string `json:"localId,omitempty"`

    // ForceSendFields is a list of field names (e.g.
    // "DelegatedProjectNumber") to unconditionally include in API requests.
    // By default, fields with empty values are omitted from API requests.
    // However, any non-pointer, non-interface field appearing in
    // ForceSendFields will be sent to the server regardless of whether the
    // field is empty or not. This may be used to include empty fields in
    // Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "DelegatedProjectNumber")
    // to include in API requests with the JSON null value. By default,
    // fields with empty values are omitted from API requests. However, any
    // field with an empty value appearing in NullFields will be sent to the
    // server as null. It is an error if a field in this list has a
    // non-empty value. This may be used to include null fields in Patch
    // requests.
    NullFields []string `json:"-"`
}

func (*IdentitytoolkitRelyingpartyGetAccountInfoRequest) MarshalJSON

func (s *IdentitytoolkitRelyingpartyGetAccountInfoRequest) MarshalJSON() ([]byte, error)

type IdentitytoolkitRelyingpartyGetProjectConfigResponse

IdentitytoolkitRelyingpartyGetProjectConfigResponse: Response of getting the project configuration.

type IdentitytoolkitRelyingpartyGetProjectConfigResponse struct {
    // AllowPasswordUser: Whether to allow password user sign in or sign up.
    AllowPasswordUser bool `json:"allowPasswordUser,omitempty"`

    // ApiKey: Browser API key, needed when making http request to Apiary.
    ApiKey string `json:"apiKey,omitempty"`

    // AuthorizedDomains: Authorized domains.
    AuthorizedDomains []string `json:"authorizedDomains,omitempty"`

    // ChangeEmailTemplate: Change email template.
    ChangeEmailTemplate *EmailTemplate `json:"changeEmailTemplate,omitempty"`

    DynamicLinksDomain string `json:"dynamicLinksDomain,omitempty"`

    // EnableAnonymousUser: Whether anonymous user is enabled.
    EnableAnonymousUser bool `json:"enableAnonymousUser,omitempty"`

    // IdpConfig: OAuth2 provider configuration.
    IdpConfig []*IdpConfig `json:"idpConfig,omitempty"`

    // LegacyResetPasswordTemplate: Legacy reset password email template.
    LegacyResetPasswordTemplate *EmailTemplate `json:"legacyResetPasswordTemplate,omitempty"`

    // ProjectId: Project ID of the relying party.
    ProjectId string `json:"projectId,omitempty"`

    // ResetPasswordTemplate: Reset password email template.
    ResetPasswordTemplate *EmailTemplate `json:"resetPasswordTemplate,omitempty"`

    // UseEmailSending: Whether to use email sending provided by Firebear.
    UseEmailSending bool `json:"useEmailSending,omitempty"`

    // VerifyEmailTemplate: Verify email template.
    VerifyEmailTemplate *EmailTemplate `json:"verifyEmailTemplate,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "AllowPasswordUser")
    // to unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "AllowPasswordUser") to
    // include in API requests with the JSON null value. By default, fields
    // with empty values are omitted from API requests. However, any field
    // with an empty value appearing in NullFields will be sent to the
    // server as null. It is an error if a field in this list has a
    // non-empty value. This may be used to include null fields in Patch
    // requests.
    NullFields []string `json:"-"`
}

func (*IdentitytoolkitRelyingpartyGetProjectConfigResponse) MarshalJSON

func (s *IdentitytoolkitRelyingpartyGetProjectConfigResponse) MarshalJSON() ([]byte, error)

type IdentitytoolkitRelyingpartyResetPasswordRequest

IdentitytoolkitRelyingpartyResetPasswordRequest: Request to reset the password.

type IdentitytoolkitRelyingpartyResetPasswordRequest struct {
    // Email: The email address of the user.
    Email string `json:"email,omitempty"`

    // NewPassword: The new password inputted by the user.
    NewPassword string `json:"newPassword,omitempty"`

    // OldPassword: The old password inputted by the user.
    OldPassword string `json:"oldPassword,omitempty"`

    // OobCode: The confirmation code.
    OobCode string `json:"oobCode,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Email") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Email") to include in API
    // requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*IdentitytoolkitRelyingpartyResetPasswordRequest) MarshalJSON

func (s *IdentitytoolkitRelyingpartyResetPasswordRequest) MarshalJSON() ([]byte, error)

type IdentitytoolkitRelyingpartySetAccountInfoRequest

IdentitytoolkitRelyingpartySetAccountInfoRequest: Request to set the account information.

type IdentitytoolkitRelyingpartySetAccountInfoRequest struct {
    // CaptchaChallenge: The captcha challenge.
    CaptchaChallenge string `json:"captchaChallenge,omitempty"`

    // CaptchaResponse: Response to the captcha.
    CaptchaResponse string `json:"captchaResponse,omitempty"`

    // CreatedAt: The timestamp when the account is created.
    CreatedAt int64 `json:"createdAt,omitempty,string"`

    // DelegatedProjectNumber: GCP project number of the requesting
    // delegated app. Currently only intended for Firebase V1 migration.
    DelegatedProjectNumber int64 `json:"delegatedProjectNumber,omitempty,string"`

    // DeleteAttribute: The attributes users request to delete.
    DeleteAttribute []string `json:"deleteAttribute,omitempty"`

    // DeleteProvider: The IDPs the user request to delete.
    DeleteProvider []string `json:"deleteProvider,omitempty"`

    // DisableUser: Whether to disable the user.
    DisableUser bool `json:"disableUser,omitempty"`

    // DisplayName: The name of the user.
    DisplayName string `json:"displayName,omitempty"`

    // Email: The email of the user.
    Email string `json:"email,omitempty"`

    // EmailVerified: Mark the email as verified or not.
    EmailVerified bool `json:"emailVerified,omitempty"`

    // IdToken: The GITKit token of the authenticated user.
    IdToken string `json:"idToken,omitempty"`

    // InstanceId: Instance id token of the app.
    InstanceId string `json:"instanceId,omitempty"`

    // LastLoginAt: Last login timestamp.
    LastLoginAt int64 `json:"lastLoginAt,omitempty,string"`

    // LocalId: The local ID of the user.
    LocalId string `json:"localId,omitempty"`

    // OobCode: The out-of-band code of the change email request.
    OobCode string `json:"oobCode,omitempty"`

    // Password: The new password of the user.
    Password string `json:"password,omitempty"`

    // PhotoUrl: The photo url of the user.
    PhotoUrl string `json:"photoUrl,omitempty"`

    // Provider: The associated IDPs of the user.
    Provider []string `json:"provider,omitempty"`

    // ReturnSecureToken: Whether return sts id token and refresh token
    // instead of gitkit token.
    ReturnSecureToken bool `json:"returnSecureToken,omitempty"`

    // UpgradeToFederatedLogin: Mark the user to upgrade to federated login.
    UpgradeToFederatedLogin bool `json:"upgradeToFederatedLogin,omitempty"`

    // ValidSince: Timestamp in seconds for valid login token.
    ValidSince int64 `json:"validSince,omitempty,string"`

    // ForceSendFields is a list of field names (e.g. "CaptchaChallenge") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "CaptchaChallenge") to
    // include in API requests with the JSON null value. By default, fields
    // with empty values are omitted from API requests. However, any field
    // with an empty value appearing in NullFields will be sent to the
    // server as null. It is an error if a field in this list has a
    // non-empty value. This may be used to include null fields in Patch
    // requests.
    NullFields []string `json:"-"`
}

func (*IdentitytoolkitRelyingpartySetAccountInfoRequest) MarshalJSON

func (s *IdentitytoolkitRelyingpartySetAccountInfoRequest) MarshalJSON() ([]byte, error)

type IdentitytoolkitRelyingpartySetProjectConfigRequest

IdentitytoolkitRelyingpartySetProjectConfigRequest: Request to set the project configuration.

type IdentitytoolkitRelyingpartySetProjectConfigRequest struct {
    // AllowPasswordUser: Whether to allow password user sign in or sign up.
    AllowPasswordUser bool `json:"allowPasswordUser,omitempty"`

    // ApiKey: Browser API key, needed when making http request to Apiary.
    ApiKey string `json:"apiKey,omitempty"`

    // AuthorizedDomains: Authorized domains for widget redirect.
    AuthorizedDomains []string `json:"authorizedDomains,omitempty"`

    // ChangeEmailTemplate: Change email template.
    ChangeEmailTemplate *EmailTemplate `json:"changeEmailTemplate,omitempty"`

    // DelegatedProjectNumber: GCP project number of the requesting
    // delegated app. Currently only intended for Firebase V1 migration.
    DelegatedProjectNumber int64 `json:"delegatedProjectNumber,omitempty,string"`

    // EnableAnonymousUser: Whether to enable anonymous user.
    EnableAnonymousUser bool `json:"enableAnonymousUser,omitempty"`

    // IdpConfig: Oauth2 provider configuration.
    IdpConfig []*IdpConfig `json:"idpConfig,omitempty"`

    // LegacyResetPasswordTemplate: Legacy reset password email template.
    LegacyResetPasswordTemplate *EmailTemplate `json:"legacyResetPasswordTemplate,omitempty"`

    // ResetPasswordTemplate: Reset password email template.
    ResetPasswordTemplate *EmailTemplate `json:"resetPasswordTemplate,omitempty"`

    // UseEmailSending: Whether to use email sending provided by Firebear.
    UseEmailSending bool `json:"useEmailSending,omitempty"`

    // VerifyEmailTemplate: Verify email template.
    VerifyEmailTemplate *EmailTemplate `json:"verifyEmailTemplate,omitempty"`

    // ForceSendFields is a list of field names (e.g. "AllowPasswordUser")
    // to unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "AllowPasswordUser") to
    // include in API requests with the JSON null value. By default, fields
    // with empty values are omitted from API requests. However, any field
    // with an empty value appearing in NullFields will be sent to the
    // server as null. It is an error if a field in this list has a
    // non-empty value. This may be used to include null fields in Patch
    // requests.
    NullFields []string `json:"-"`
}

func (*IdentitytoolkitRelyingpartySetProjectConfigRequest) MarshalJSON

func (s *IdentitytoolkitRelyingpartySetProjectConfigRequest) MarshalJSON() ([]byte, error)

type IdentitytoolkitRelyingpartySetProjectConfigResponse

IdentitytoolkitRelyingpartySetProjectConfigResponse: Response of setting the project configuration.

type IdentitytoolkitRelyingpartySetProjectConfigResponse struct {
    // ProjectId: Project ID of the relying party.
    ProjectId string `json:"projectId,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "ProjectId") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "ProjectId") to include in
    // API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*IdentitytoolkitRelyingpartySetProjectConfigResponse) MarshalJSON

func (s *IdentitytoolkitRelyingpartySetProjectConfigResponse) MarshalJSON() ([]byte, error)

type IdentitytoolkitRelyingpartySignOutUserRequest

IdentitytoolkitRelyingpartySignOutUserRequest: Request to sign out user.

type IdentitytoolkitRelyingpartySignOutUserRequest struct {
    // InstanceId: Instance id token of the app.
    InstanceId string `json:"instanceId,omitempty"`

    // LocalId: The local ID of the user.
    LocalId string `json:"localId,omitempty"`

    // ForceSendFields is a list of field names (e.g. "InstanceId") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "InstanceId") to include in
    // API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*IdentitytoolkitRelyingpartySignOutUserRequest) MarshalJSON

func (s *IdentitytoolkitRelyingpartySignOutUserRequest) MarshalJSON() ([]byte, error)

type IdentitytoolkitRelyingpartySignOutUserResponse

IdentitytoolkitRelyingpartySignOutUserResponse: Response of signing out user.

type IdentitytoolkitRelyingpartySignOutUserResponse struct {
    // LocalId: The local ID of the user.
    LocalId string `json:"localId,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "LocalId") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "LocalId") to include in
    // API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*IdentitytoolkitRelyingpartySignOutUserResponse) MarshalJSON

func (s *IdentitytoolkitRelyingpartySignOutUserResponse) MarshalJSON() ([]byte, error)

type IdentitytoolkitRelyingpartySignupNewUserRequest

IdentitytoolkitRelyingpartySignupNewUserRequest: Request to signup new user, create anonymous user or anonymous user reauth.

type IdentitytoolkitRelyingpartySignupNewUserRequest struct {
    // CaptchaChallenge: The captcha challenge.
    CaptchaChallenge string `json:"captchaChallenge,omitempty"`

    // CaptchaResponse: Response to the captcha.
    CaptchaResponse string `json:"captchaResponse,omitempty"`

    // Disabled: Whether to disable the user. Only can be used by service
    // account.
    Disabled bool `json:"disabled,omitempty"`

    // DisplayName: The name of the user.
    DisplayName string `json:"displayName,omitempty"`

    // Email: The email of the user.
    Email string `json:"email,omitempty"`

    // EmailVerified: Mark the email as verified or not. Only can be used by
    // service account.
    EmailVerified bool `json:"emailVerified,omitempty"`

    // IdToken: The GITKit token of the authenticated user.
    IdToken string `json:"idToken,omitempty"`

    // InstanceId: Instance id token of the app.
    InstanceId string `json:"instanceId,omitempty"`

    // LocalId: Privileged caller can create user with specified user id.
    LocalId string `json:"localId,omitempty"`

    // Password: The new password of the user.
    Password string `json:"password,omitempty"`

    // PhotoUrl: The photo url of the user.
    PhotoUrl string `json:"photoUrl,omitempty"`

    // ForceSendFields is a list of field names (e.g. "CaptchaChallenge") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "CaptchaChallenge") to
    // include in API requests with the JSON null value. By default, fields
    // with empty values are omitted from API requests. However, any field
    // with an empty value appearing in NullFields will be sent to the
    // server as null. It is an error if a field in this list has a
    // non-empty value. This may be used to include null fields in Patch
    // requests.
    NullFields []string `json:"-"`
}

func (*IdentitytoolkitRelyingpartySignupNewUserRequest) MarshalJSON

func (s *IdentitytoolkitRelyingpartySignupNewUserRequest) MarshalJSON() ([]byte, error)

type IdentitytoolkitRelyingpartyUploadAccountRequest

IdentitytoolkitRelyingpartyUploadAccountRequest: Request to upload user account in batch.

type IdentitytoolkitRelyingpartyUploadAccountRequest struct {
    // AllowOverwrite: Whether allow overwrite existing account when user
    // local_id exists.
    AllowOverwrite bool `json:"allowOverwrite,omitempty"`

    // DelegatedProjectNumber: GCP project number of the requesting
    // delegated app. Currently only intended for Firebase V1 migration.
    DelegatedProjectNumber int64 `json:"delegatedProjectNumber,omitempty,string"`

    // HashAlgorithm: The password hash algorithm.
    HashAlgorithm string `json:"hashAlgorithm,omitempty"`

    // MemoryCost: Memory cost for hash calculation. Used by scrypt similar
    // algorithms.
    MemoryCost int64 `json:"memoryCost,omitempty"`

    // Rounds: Rounds for hash calculation. Used by scrypt and similar
    // algorithms.
    Rounds int64 `json:"rounds,omitempty"`

    // SaltSeparator: The salt separator.
    SaltSeparator string `json:"saltSeparator,omitempty"`

    // SanityCheck: If true, backend will do sanity check(including
    // duplicate email and federated id) when uploading account.
    SanityCheck bool `json:"sanityCheck,omitempty"`

    // SignerKey: The key for to hash the password.
    SignerKey string `json:"signerKey,omitempty"`

    // TargetProjectId: Specify which project (field value is actually
    // project id) to operate. Only used when provided credential.
    TargetProjectId string `json:"targetProjectId,omitempty"`

    // Users: The account info to be stored.
    Users []*UserInfo `json:"users,omitempty"`

    // ForceSendFields is a list of field names (e.g. "AllowOverwrite") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "AllowOverwrite") to
    // include in API requests with the JSON null value. By default, fields
    // with empty values are omitted from API requests. However, any field
    // with an empty value appearing in NullFields will be sent to the
    // server as null. It is an error if a field in this list has a
    // non-empty value. This may be used to include null fields in Patch
    // requests.
    NullFields []string `json:"-"`
}

func (*IdentitytoolkitRelyingpartyUploadAccountRequest) MarshalJSON

func (s *IdentitytoolkitRelyingpartyUploadAccountRequest) MarshalJSON() ([]byte, error)

type IdentitytoolkitRelyingpartyVerifyAssertionRequest

IdentitytoolkitRelyingpartyVerifyAssertionRequest: Request to verify the IDP assertion.

type IdentitytoolkitRelyingpartyVerifyAssertionRequest struct {
    // AutoCreate: When it's true, automatically creates a new account if
    // the user doesn't exist. When it's false, allows existing user to sign
    // in normally and throws exception if the user doesn't exist.
    AutoCreate bool `json:"autoCreate,omitempty"`

    // DelegatedProjectNumber: GCP project number of the requesting
    // delegated app. Currently only intended for Firebase V1 migration.
    DelegatedProjectNumber int64 `json:"delegatedProjectNumber,omitempty,string"`

    // IdToken: The GITKit token of the authenticated user.
    IdToken string `json:"idToken,omitempty"`

    // InstanceId: Instance id token of the app.
    InstanceId string `json:"instanceId,omitempty"`

    // PendingIdToken: The GITKit token for the non-trusted IDP pending to
    // be confirmed by the user.
    PendingIdToken string `json:"pendingIdToken,omitempty"`

    // PostBody: The post body if the request is a HTTP POST.
    PostBody string `json:"postBody,omitempty"`

    // RequestUri: The URI to which the IDP redirects the user back. It may
    // contain federated login result params added by the IDP.
    RequestUri string `json:"requestUri,omitempty"`

    // ReturnIdpCredential: Whether return 200 and IDP credential rather
    // than throw exception when federated id is already linked.
    ReturnIdpCredential bool `json:"returnIdpCredential,omitempty"`

    // ReturnRefreshToken: Whether to return refresh tokens.
    ReturnRefreshToken bool `json:"returnRefreshToken,omitempty"`

    // ReturnSecureToken: Whether return sts id token and refresh token
    // instead of gitkit token.
    ReturnSecureToken bool `json:"returnSecureToken,omitempty"`

    // SessionId: Session ID, which should match the one in previous
    // createAuthUri request.
    SessionId string `json:"sessionId,omitempty"`

    // ForceSendFields is a list of field names (e.g. "AutoCreate") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "AutoCreate") to include in
    // API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*IdentitytoolkitRelyingpartyVerifyAssertionRequest) MarshalJSON

func (s *IdentitytoolkitRelyingpartyVerifyAssertionRequest) MarshalJSON() ([]byte, error)

type IdentitytoolkitRelyingpartyVerifyCustomTokenRequest

IdentitytoolkitRelyingpartyVerifyCustomTokenRequest: Request to verify a custom token

type IdentitytoolkitRelyingpartyVerifyCustomTokenRequest struct {
    // DelegatedProjectNumber: GCP project number of the requesting
    // delegated app. Currently only intended for Firebase V1 migration.
    DelegatedProjectNumber int64 `json:"delegatedProjectNumber,omitempty,string"`

    // InstanceId: Instance id token of the app.
    InstanceId string `json:"instanceId,omitempty"`

    // ReturnSecureToken: Whether return sts id token and refresh token
    // instead of gitkit token.
    ReturnSecureToken bool `json:"returnSecureToken,omitempty"`

    // Token: The custom token to verify
    Token string `json:"token,omitempty"`

    // ForceSendFields is a list of field names (e.g.
    // "DelegatedProjectNumber") to unconditionally include in API requests.
    // By default, fields with empty values are omitted from API requests.
    // However, any non-pointer, non-interface field appearing in
    // ForceSendFields will be sent to the server regardless of whether the
    // field is empty or not. This may be used to include empty fields in
    // Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "DelegatedProjectNumber")
    // to include in API requests with the JSON null value. By default,
    // fields with empty values are omitted from API requests. However, any
    // field with an empty value appearing in NullFields will be sent to the
    // server as null. It is an error if a field in this list has a
    // non-empty value. This may be used to include null fields in Patch
    // requests.
    NullFields []string `json:"-"`
}

func (*IdentitytoolkitRelyingpartyVerifyCustomTokenRequest) MarshalJSON

func (s *IdentitytoolkitRelyingpartyVerifyCustomTokenRequest) MarshalJSON() ([]byte, error)

type IdentitytoolkitRelyingpartyVerifyPasswordRequest

IdentitytoolkitRelyingpartyVerifyPasswordRequest: Request to verify the password.

type IdentitytoolkitRelyingpartyVerifyPasswordRequest struct {
    // CaptchaChallenge: The captcha challenge.
    CaptchaChallenge string `json:"captchaChallenge,omitempty"`

    // CaptchaResponse: Response to the captcha.
    CaptchaResponse string `json:"captchaResponse,omitempty"`

    // DelegatedProjectNumber: GCP project number of the requesting
    // delegated app. Currently only intended for Firebase V1 migration.
    DelegatedProjectNumber int64 `json:"delegatedProjectNumber,omitempty,string"`

    // Email: The email of the user.
    Email string `json:"email,omitempty"`

    // IdToken: The GITKit token of the authenticated user.
    IdToken string `json:"idToken,omitempty"`

    // InstanceId: Instance id token of the app.
    InstanceId string `json:"instanceId,omitempty"`

    // Password: The password inputed by the user.
    Password string `json:"password,omitempty"`

    // PendingIdToken: The GITKit token for the non-trusted IDP, which is to
    // be confirmed by the user.
    PendingIdToken string `json:"pendingIdToken,omitempty"`

    // ReturnSecureToken: Whether return sts id token and refresh token
    // instead of gitkit token.
    ReturnSecureToken bool `json:"returnSecureToken,omitempty"`

    // ForceSendFields is a list of field names (e.g. "CaptchaChallenge") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "CaptchaChallenge") to
    // include in API requests with the JSON null value. By default, fields
    // with empty values are omitted from API requests. However, any field
    // with an empty value appearing in NullFields will be sent to the
    // server as null. It is an error if a field in this list has a
    // non-empty value. This may be used to include null fields in Patch
    // requests.
    NullFields []string `json:"-"`
}

func (*IdentitytoolkitRelyingpartyVerifyPasswordRequest) MarshalJSON

func (s *IdentitytoolkitRelyingpartyVerifyPasswordRequest) MarshalJSON() ([]byte, error)

type IdpConfig

IdpConfig: Template for a single idp configuration.

type IdpConfig struct {
    // ClientId: OAuth2 client ID.
    ClientId string `json:"clientId,omitempty"`

    // Enabled: Whether this IDP is enabled.
    Enabled bool `json:"enabled,omitempty"`

    // ExperimentPercent: Percent of users who will be prompted/redirected
    // federated login for this IDP.
    ExperimentPercent int64 `json:"experimentPercent,omitempty"`

    // Provider: OAuth2 provider.
    Provider string `json:"provider,omitempty"`

    // Secret: OAuth2 client secret.
    Secret string `json:"secret,omitempty"`

    // WhitelistedAudiences: Whitelisted client IDs for audience check.
    WhitelistedAudiences []string `json:"whitelistedAudiences,omitempty"`

    // ForceSendFields is a list of field names (e.g. "ClientId") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "ClientId") to include in
    // API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*IdpConfig) MarshalJSON

func (s *IdpConfig) MarshalJSON() ([]byte, error)

type Relyingparty

Relyingparty: Request of getting a code for user confirmation (reset password, change email etc.)

type Relyingparty struct {
    // AndroidInstallApp: whether or not to install the android app on the
    // device where the link is opened
    AndroidInstallApp bool `json:"androidInstallApp,omitempty"`

    // AndroidMinimumVersion: minimum version of the app. if the version on
    // the device is lower than this version then the user is taken to the
    // play store to upgrade the app
    AndroidMinimumVersion string `json:"androidMinimumVersion,omitempty"`

    // AndroidPackageName: android package name of the android app to handle
    // the action code
    AndroidPackageName string `json:"androidPackageName,omitempty"`

    // CanHandleCodeInApp: whether or not the app can handle the oob code
    // without first going to web
    CanHandleCodeInApp bool `json:"canHandleCodeInApp,omitempty"`

    // CaptchaResp: The recaptcha response from the user.
    CaptchaResp string `json:"captchaResp,omitempty"`

    // Challenge: The recaptcha challenge presented to the user.
    Challenge string `json:"challenge,omitempty"`

    // ContinueUrl: The url to continue to the Gitkit app
    ContinueUrl string `json:"continueUrl,omitempty"`

    // Email: The email of the user.
    Email string `json:"email,omitempty"`

    // IOSAppStoreId: iOS app store id to download the app if it's not
    // already installed
    IOSAppStoreId string `json:"iOSAppStoreId,omitempty"`

    // IOSBundleId: the iOS bundle id of iOS app to handle the action code
    IOSBundleId string `json:"iOSBundleId,omitempty"`

    // IdToken: The user's Gitkit login token for email change.
    IdToken string `json:"idToken,omitempty"`

    // Kind: The fixed string "identitytoolkit#relyingparty".
    Kind string `json:"kind,omitempty"`

    // NewEmail: The new email if the code is for email change.
    NewEmail string `json:"newEmail,omitempty"`

    // RequestType: The request type.
    RequestType string `json:"requestType,omitempty"`

    // UserIp: The IP address of the user.
    UserIp string `json:"userIp,omitempty"`

    // ForceSendFields is a list of field names (e.g. "AndroidInstallApp")
    // to unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "AndroidInstallApp") to
    // include in API requests with the JSON null value. By default, fields
    // with empty values are omitted from API requests. However, any field
    // with an empty value appearing in NullFields will be sent to the
    // server as null. It is an error if a field in this list has a
    // non-empty value. This may be used to include null fields in Patch
    // requests.
    NullFields []string `json:"-"`
}

func (*Relyingparty) MarshalJSON

func (s *Relyingparty) MarshalJSON() ([]byte, error)

type RelyingpartyCreateAuthUriCall

type RelyingpartyCreateAuthUriCall struct {
    // contains filtered or unexported fields
}

func (*RelyingpartyCreateAuthUriCall) Context

func (c *RelyingpartyCreateAuthUriCall) Context(ctx context.Context) *RelyingpartyCreateAuthUriCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*RelyingpartyCreateAuthUriCall) Do

func (c *RelyingpartyCreateAuthUriCall) Do(opts ...googleapi.CallOption) (*CreateAuthUriResponse, error)

Do executes the "identitytoolkit.relyingparty.createAuthUri" call. Exactly one of *CreateAuthUriResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *CreateAuthUriResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*RelyingpartyCreateAuthUriCall) Fields

func (c *RelyingpartyCreateAuthUriCall) Fields(s ...googleapi.Field) *RelyingpartyCreateAuthUriCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*RelyingpartyCreateAuthUriCall) Header

func (c *RelyingpartyCreateAuthUriCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type RelyingpartyDeleteAccountCall

type RelyingpartyDeleteAccountCall struct {
    // contains filtered or unexported fields
}

func (*RelyingpartyDeleteAccountCall) Context

func (c *RelyingpartyDeleteAccountCall) Context(ctx context.Context) *RelyingpartyDeleteAccountCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*RelyingpartyDeleteAccountCall) Do

func (c *RelyingpartyDeleteAccountCall) Do(opts ...googleapi.CallOption) (*DeleteAccountResponse, error)

Do executes the "identitytoolkit.relyingparty.deleteAccount" call. Exactly one of *DeleteAccountResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *DeleteAccountResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*RelyingpartyDeleteAccountCall) Fields

func (c *RelyingpartyDeleteAccountCall) Fields(s ...googleapi.Field) *RelyingpartyDeleteAccountCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*RelyingpartyDeleteAccountCall) Header

func (c *RelyingpartyDeleteAccountCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type RelyingpartyDownloadAccountCall

type RelyingpartyDownloadAccountCall struct {
    // contains filtered or unexported fields
}

func (*RelyingpartyDownloadAccountCall) Context

func (c *RelyingpartyDownloadAccountCall) Context(ctx context.Context) *RelyingpartyDownloadAccountCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*RelyingpartyDownloadAccountCall) Do

func (c *RelyingpartyDownloadAccountCall) Do(opts ...googleapi.CallOption) (*DownloadAccountResponse, error)

Do executes the "identitytoolkit.relyingparty.downloadAccount" call. Exactly one of *DownloadAccountResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *DownloadAccountResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*RelyingpartyDownloadAccountCall) Fields

func (c *RelyingpartyDownloadAccountCall) Fields(s ...googleapi.Field) *RelyingpartyDownloadAccountCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*RelyingpartyDownloadAccountCall) Header

func (c *RelyingpartyDownloadAccountCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*RelyingpartyDownloadAccountCall) Pages

func (c *RelyingpartyDownloadAccountCall) Pages(ctx context.Context, f func(*DownloadAccountResponse) error) error

Pages invokes f for each page of results. A non-nil error returned from f will halt the iteration. The provided context supersedes any context provided to the Context method.

type RelyingpartyGetAccountInfoCall

type RelyingpartyGetAccountInfoCall struct {
    // contains filtered or unexported fields
}

func (*RelyingpartyGetAccountInfoCall) Context

func (c *RelyingpartyGetAccountInfoCall) Context(ctx context.Context) *RelyingpartyGetAccountInfoCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*RelyingpartyGetAccountInfoCall) Do

func (c *RelyingpartyGetAccountInfoCall) Do(opts ...googleapi.CallOption) (*GetAccountInfoResponse, error)

Do executes the "identitytoolkit.relyingparty.getAccountInfo" call. Exactly one of *GetAccountInfoResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GetAccountInfoResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*RelyingpartyGetAccountInfoCall) Fields

func (c *RelyingpartyGetAccountInfoCall) Fields(s ...googleapi.Field) *RelyingpartyGetAccountInfoCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*RelyingpartyGetAccountInfoCall) Header

func (c *RelyingpartyGetAccountInfoCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type RelyingpartyGetOobConfirmationCodeCall

type RelyingpartyGetOobConfirmationCodeCall struct {
    // contains filtered or unexported fields
}

func (*RelyingpartyGetOobConfirmationCodeCall) Context

func (c *RelyingpartyGetOobConfirmationCodeCall) Context(ctx context.Context) *RelyingpartyGetOobConfirmationCodeCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*RelyingpartyGetOobConfirmationCodeCall) Do

func (c *RelyingpartyGetOobConfirmationCodeCall) Do(opts ...googleapi.CallOption) (*GetOobConfirmationCodeResponse, error)

Do executes the "identitytoolkit.relyingparty.getOobConfirmationCode" call. Exactly one of *GetOobConfirmationCodeResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GetOobConfirmationCodeResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*RelyingpartyGetOobConfirmationCodeCall) Fields

func (c *RelyingpartyGetOobConfirmationCodeCall) Fields(s ...googleapi.Field) *RelyingpartyGetOobConfirmationCodeCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*RelyingpartyGetOobConfirmationCodeCall) Header

func (c *RelyingpartyGetOobConfirmationCodeCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type RelyingpartyGetProjectConfigCall

type RelyingpartyGetProjectConfigCall struct {
    // contains filtered or unexported fields
}

func (*RelyingpartyGetProjectConfigCall) Context

func (c *RelyingpartyGetProjectConfigCall) Context(ctx context.Context) *RelyingpartyGetProjectConfigCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*RelyingpartyGetProjectConfigCall) DelegatedProjectNumber

func (c *RelyingpartyGetProjectConfigCall) DelegatedProjectNumber(delegatedProjectNumber string) *RelyingpartyGetProjectConfigCall

DelegatedProjectNumber sets the optional parameter "delegatedProjectNumber": Delegated GCP project number of the request.

func (*RelyingpartyGetProjectConfigCall) Do

func (c *RelyingpartyGetProjectConfigCall) Do(opts ...googleapi.CallOption) (*IdentitytoolkitRelyingpartyGetProjectConfigResponse, error)

Do executes the "identitytoolkit.relyingparty.getProjectConfig" call. Exactly one of *IdentitytoolkitRelyingpartyGetProjectConfigResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *IdentitytoolkitRelyingpartyGetProjectConfigResponse.ServerResponse.He ader or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*RelyingpartyGetProjectConfigCall) Fields

func (c *RelyingpartyGetProjectConfigCall) Fields(s ...googleapi.Field) *RelyingpartyGetProjectConfigCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*RelyingpartyGetProjectConfigCall) Header

func (c *RelyingpartyGetProjectConfigCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*RelyingpartyGetProjectConfigCall) IfNoneMatch

func (c *RelyingpartyGetProjectConfigCall) IfNoneMatch(entityTag string) *RelyingpartyGetProjectConfigCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

func (*RelyingpartyGetProjectConfigCall) ProjectNumber

func (c *RelyingpartyGetProjectConfigCall) ProjectNumber(projectNumber string) *RelyingpartyGetProjectConfigCall

ProjectNumber sets the optional parameter "projectNumber": GCP project number of the request.

type RelyingpartyGetPublicKeysCall

type RelyingpartyGetPublicKeysCall struct {
    // contains filtered or unexported fields
}

func (*RelyingpartyGetPublicKeysCall) Context

func (c *RelyingpartyGetPublicKeysCall) Context(ctx context.Context) *RelyingpartyGetPublicKeysCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*RelyingpartyGetPublicKeysCall) Do

func (c *RelyingpartyGetPublicKeysCall) Do(opts ...googleapi.CallOption) (map[string]string, error)

Do executes the "identitytoolkit.relyingparty.getPublicKeys" call.

func (*RelyingpartyGetPublicKeysCall) Fields

func (c *RelyingpartyGetPublicKeysCall) Fields(s ...googleapi.Field) *RelyingpartyGetPublicKeysCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*RelyingpartyGetPublicKeysCall) Header

func (c *RelyingpartyGetPublicKeysCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*RelyingpartyGetPublicKeysCall) IfNoneMatch

func (c *RelyingpartyGetPublicKeysCall) IfNoneMatch(entityTag string) *RelyingpartyGetPublicKeysCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

type RelyingpartyGetRecaptchaParamCall

type RelyingpartyGetRecaptchaParamCall struct {
    // contains filtered or unexported fields
}

func (*RelyingpartyGetRecaptchaParamCall) Context

func (c *RelyingpartyGetRecaptchaParamCall) Context(ctx context.Context) *RelyingpartyGetRecaptchaParamCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*RelyingpartyGetRecaptchaParamCall) Do

func (c *RelyingpartyGetRecaptchaParamCall) Do(opts ...googleapi.CallOption) (*GetRecaptchaParamResponse, error)

Do executes the "identitytoolkit.relyingparty.getRecaptchaParam" call. Exactly one of *GetRecaptchaParamResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *GetRecaptchaParamResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*RelyingpartyGetRecaptchaParamCall) Fields

func (c *RelyingpartyGetRecaptchaParamCall) Fields(s ...googleapi.Field) *RelyingpartyGetRecaptchaParamCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*RelyingpartyGetRecaptchaParamCall) Header

func (c *RelyingpartyGetRecaptchaParamCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

func (*RelyingpartyGetRecaptchaParamCall) IfNoneMatch

func (c *RelyingpartyGetRecaptchaParamCall) IfNoneMatch(entityTag string) *RelyingpartyGetRecaptchaParamCall

IfNoneMatch sets the optional parameter which makes the operation fail if the object's ETag matches the given value. This is useful for getting updates only after the object has changed since the last request. Use googleapi.IsNotModified to check whether the response error from Do is the result of In-None-Match.

type RelyingpartyResetPasswordCall

type RelyingpartyResetPasswordCall struct {
    // contains filtered or unexported fields
}

func (*RelyingpartyResetPasswordCall) Context

func (c *RelyingpartyResetPasswordCall) Context(ctx context.Context) *RelyingpartyResetPasswordCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*RelyingpartyResetPasswordCall) Do

func (c *RelyingpartyResetPasswordCall) Do(opts ...googleapi.CallOption) (*ResetPasswordResponse, error)

Do executes the "identitytoolkit.relyingparty.resetPassword" call. Exactly one of *ResetPasswordResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *ResetPasswordResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*RelyingpartyResetPasswordCall) Fields

func (c *RelyingpartyResetPasswordCall) Fields(s ...googleapi.Field) *RelyingpartyResetPasswordCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*RelyingpartyResetPasswordCall) Header

func (c *RelyingpartyResetPasswordCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type RelyingpartyService

type RelyingpartyService struct {
    // contains filtered or unexported fields
}

func NewRelyingpartyService

func NewRelyingpartyService(s *Service) *RelyingpartyService

func (*RelyingpartyService) CreateAuthUri

func (r *RelyingpartyService) CreateAuthUri(identitytoolkitrelyingpartycreateauthurirequest *IdentitytoolkitRelyingpartyCreateAuthUriRequest) *RelyingpartyCreateAuthUriCall

CreateAuthUri: Creates the URI used by the IdP to authenticate the user.

func (*RelyingpartyService) DeleteAccount

func (r *RelyingpartyService) DeleteAccount(identitytoolkitrelyingpartydeleteaccountrequest *IdentitytoolkitRelyingpartyDeleteAccountRequest) *RelyingpartyDeleteAccountCall

DeleteAccount: Delete user account.

func (*RelyingpartyService) DownloadAccount

func (r *RelyingpartyService) DownloadAccount(identitytoolkitrelyingpartydownloadaccountrequest *IdentitytoolkitRelyingpartyDownloadAccountRequest) *RelyingpartyDownloadAccountCall

DownloadAccount: Batch download user accounts.

func (*RelyingpartyService) GetAccountInfo

func (r *RelyingpartyService) GetAccountInfo(identitytoolkitrelyingpartygetaccountinforequest *IdentitytoolkitRelyingpartyGetAccountInfoRequest) *RelyingpartyGetAccountInfoCall

GetAccountInfo: Returns the account info.

func (*RelyingpartyService) GetOobConfirmationCode

func (r *RelyingpartyService) GetOobConfirmationCode(relyingparty *Relyingparty) *RelyingpartyGetOobConfirmationCodeCall

GetOobConfirmationCode: Get a code for user action confirmation.

func (*RelyingpartyService) GetProjectConfig

func (r *RelyingpartyService) GetProjectConfig() *RelyingpartyGetProjectConfigCall

GetProjectConfig: Get project configuration.

func (*RelyingpartyService) GetPublicKeys

func (r *RelyingpartyService) GetPublicKeys() *RelyingpartyGetPublicKeysCall

GetPublicKeys: Get token signing public key.

func (*RelyingpartyService) GetRecaptchaParam

func (r *RelyingpartyService) GetRecaptchaParam() *RelyingpartyGetRecaptchaParamCall

GetRecaptchaParam: Get recaptcha secure param.

func (*RelyingpartyService) ResetPassword

func (r *RelyingpartyService) ResetPassword(identitytoolkitrelyingpartyresetpasswordrequest *IdentitytoolkitRelyingpartyResetPasswordRequest) *RelyingpartyResetPasswordCall

ResetPassword: Reset password for a user.

func (*RelyingpartyService) SetAccountInfo

func (r *RelyingpartyService) SetAccountInfo(identitytoolkitrelyingpartysetaccountinforequest *IdentitytoolkitRelyingpartySetAccountInfoRequest) *RelyingpartySetAccountInfoCall

SetAccountInfo: Set account info for a user.

func (*RelyingpartyService) SetProjectConfig

func (r *RelyingpartyService) SetProjectConfig(identitytoolkitrelyingpartysetprojectconfigrequest *IdentitytoolkitRelyingpartySetProjectConfigRequest) *RelyingpartySetProjectConfigCall

SetProjectConfig: Set project configuration.

func (*RelyingpartyService) SignOutUser

func (r *RelyingpartyService) SignOutUser(identitytoolkitrelyingpartysignoutuserrequest *IdentitytoolkitRelyingpartySignOutUserRequest) *RelyingpartySignOutUserCall

SignOutUser: Sign out user.

func (*RelyingpartyService) SignupNewUser

func (r *RelyingpartyService) SignupNewUser(identitytoolkitrelyingpartysignupnewuserrequest *IdentitytoolkitRelyingpartySignupNewUserRequest) *RelyingpartySignupNewUserCall

SignupNewUser: Signup new user.

func (*RelyingpartyService) UploadAccount

func (r *RelyingpartyService) UploadAccount(identitytoolkitrelyingpartyuploadaccountrequest *IdentitytoolkitRelyingpartyUploadAccountRequest) *RelyingpartyUploadAccountCall

UploadAccount: Batch upload existing user accounts.

func (*RelyingpartyService) VerifyAssertion

func (r *RelyingpartyService) VerifyAssertion(identitytoolkitrelyingpartyverifyassertionrequest *IdentitytoolkitRelyingpartyVerifyAssertionRequest) *RelyingpartyVerifyAssertionCall

VerifyAssertion: Verifies the assertion returned by the IdP.

func (*RelyingpartyService) VerifyCustomToken

func (r *RelyingpartyService) VerifyCustomToken(identitytoolkitrelyingpartyverifycustomtokenrequest *IdentitytoolkitRelyingpartyVerifyCustomTokenRequest) *RelyingpartyVerifyCustomTokenCall

VerifyCustomToken: Verifies the developer asserted ID token.

func (*RelyingpartyService) VerifyPassword

func (r *RelyingpartyService) VerifyPassword(identitytoolkitrelyingpartyverifypasswordrequest *IdentitytoolkitRelyingpartyVerifyPasswordRequest) *RelyingpartyVerifyPasswordCall

VerifyPassword: Verifies the user entered password.

type RelyingpartySetAccountInfoCall

type RelyingpartySetAccountInfoCall struct {
    // contains filtered or unexported fields
}

func (*RelyingpartySetAccountInfoCall) Context

func (c *RelyingpartySetAccountInfoCall) Context(ctx context.Context) *RelyingpartySetAccountInfoCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*RelyingpartySetAccountInfoCall) Do

func (c *RelyingpartySetAccountInfoCall) Do(opts ...googleapi.CallOption) (*SetAccountInfoResponse, error)

Do executes the "identitytoolkit.relyingparty.setAccountInfo" call. Exactly one of *SetAccountInfoResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *SetAccountInfoResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*RelyingpartySetAccountInfoCall) Fields

func (c *RelyingpartySetAccountInfoCall) Fields(s ...googleapi.Field) *RelyingpartySetAccountInfoCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*RelyingpartySetAccountInfoCall) Header

func (c *RelyingpartySetAccountInfoCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type RelyingpartySetProjectConfigCall

type RelyingpartySetProjectConfigCall struct {
    // contains filtered or unexported fields
}

func (*RelyingpartySetProjectConfigCall) Context

func (c *RelyingpartySetProjectConfigCall) Context(ctx context.Context) *RelyingpartySetProjectConfigCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*RelyingpartySetProjectConfigCall) Do

func (c *RelyingpartySetProjectConfigCall) Do(opts ...googleapi.CallOption) (*IdentitytoolkitRelyingpartySetProjectConfigResponse, error)

Do executes the "identitytoolkit.relyingparty.setProjectConfig" call. Exactly one of *IdentitytoolkitRelyingpartySetProjectConfigResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *IdentitytoolkitRelyingpartySetProjectConfigResponse.ServerResponse.He ader or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*RelyingpartySetProjectConfigCall) Fields

func (c *RelyingpartySetProjectConfigCall) Fields(s ...googleapi.Field) *RelyingpartySetProjectConfigCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*RelyingpartySetProjectConfigCall) Header

func (c *RelyingpartySetProjectConfigCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type RelyingpartySignOutUserCall

type RelyingpartySignOutUserCall struct {
    // contains filtered or unexported fields
}

func (*RelyingpartySignOutUserCall) Context

func (c *RelyingpartySignOutUserCall) Context(ctx context.Context) *RelyingpartySignOutUserCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*RelyingpartySignOutUserCall) Do

func (c *RelyingpartySignOutUserCall) Do(opts ...googleapi.CallOption) (*IdentitytoolkitRelyingpartySignOutUserResponse, error)

Do executes the "identitytoolkit.relyingparty.signOutUser" call. Exactly one of *IdentitytoolkitRelyingpartySignOutUserResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *IdentitytoolkitRelyingpartySignOutUserResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*RelyingpartySignOutUserCall) Fields

func (c *RelyingpartySignOutUserCall) Fields(s ...googleapi.Field) *RelyingpartySignOutUserCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*RelyingpartySignOutUserCall) Header

func (c *RelyingpartySignOutUserCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type RelyingpartySignupNewUserCall

type RelyingpartySignupNewUserCall struct {
    // contains filtered or unexported fields
}

func (*RelyingpartySignupNewUserCall) Context

func (c *RelyingpartySignupNewUserCall) Context(ctx context.Context) *RelyingpartySignupNewUserCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*RelyingpartySignupNewUserCall) Do

func (c *RelyingpartySignupNewUserCall) Do(opts ...googleapi.CallOption) (*SignupNewUserResponse, error)

Do executes the "identitytoolkit.relyingparty.signupNewUser" call. Exactly one of *SignupNewUserResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *SignupNewUserResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*RelyingpartySignupNewUserCall) Fields

func (c *RelyingpartySignupNewUserCall) Fields(s ...googleapi.Field) *RelyingpartySignupNewUserCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*RelyingpartySignupNewUserCall) Header

func (c *RelyingpartySignupNewUserCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type RelyingpartyUploadAccountCall

type RelyingpartyUploadAccountCall struct {
    // contains filtered or unexported fields
}

func (*RelyingpartyUploadAccountCall) Context

func (c *RelyingpartyUploadAccountCall) Context(ctx context.Context) *RelyingpartyUploadAccountCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*RelyingpartyUploadAccountCall) Do

func (c *RelyingpartyUploadAccountCall) Do(opts ...googleapi.CallOption) (*UploadAccountResponse, error)

Do executes the "identitytoolkit.relyingparty.uploadAccount" call. Exactly one of *UploadAccountResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *UploadAccountResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*RelyingpartyUploadAccountCall) Fields

func (c *RelyingpartyUploadAccountCall) Fields(s ...googleapi.Field) *RelyingpartyUploadAccountCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*RelyingpartyUploadAccountCall) Header

func (c *RelyingpartyUploadAccountCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type RelyingpartyVerifyAssertionCall

type RelyingpartyVerifyAssertionCall struct {
    // contains filtered or unexported fields
}

func (*RelyingpartyVerifyAssertionCall) Context

func (c *RelyingpartyVerifyAssertionCall) Context(ctx context.Context) *RelyingpartyVerifyAssertionCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*RelyingpartyVerifyAssertionCall) Do

func (c *RelyingpartyVerifyAssertionCall) Do(opts ...googleapi.CallOption) (*VerifyAssertionResponse, error)

Do executes the "identitytoolkit.relyingparty.verifyAssertion" call. Exactly one of *VerifyAssertionResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *VerifyAssertionResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*RelyingpartyVerifyAssertionCall) Fields

func (c *RelyingpartyVerifyAssertionCall) Fields(s ...googleapi.Field) *RelyingpartyVerifyAssertionCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*RelyingpartyVerifyAssertionCall) Header

func (c *RelyingpartyVerifyAssertionCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type RelyingpartyVerifyCustomTokenCall

type RelyingpartyVerifyCustomTokenCall struct {
    // contains filtered or unexported fields
}

func (*RelyingpartyVerifyCustomTokenCall) Context

func (c *RelyingpartyVerifyCustomTokenCall) Context(ctx context.Context) *RelyingpartyVerifyCustomTokenCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*RelyingpartyVerifyCustomTokenCall) Do

func (c *RelyingpartyVerifyCustomTokenCall) Do(opts ...googleapi.CallOption) (*VerifyCustomTokenResponse, error)

Do executes the "identitytoolkit.relyingparty.verifyCustomToken" call. Exactly one of *VerifyCustomTokenResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *VerifyCustomTokenResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*RelyingpartyVerifyCustomTokenCall) Fields

func (c *RelyingpartyVerifyCustomTokenCall) Fields(s ...googleapi.Field) *RelyingpartyVerifyCustomTokenCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*RelyingpartyVerifyCustomTokenCall) Header

func (c *RelyingpartyVerifyCustomTokenCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type RelyingpartyVerifyPasswordCall

type RelyingpartyVerifyPasswordCall struct {
    // contains filtered or unexported fields
}

func (*RelyingpartyVerifyPasswordCall) Context

func (c *RelyingpartyVerifyPasswordCall) Context(ctx context.Context) *RelyingpartyVerifyPasswordCall

Context sets the context to be used in this call's Do method. Any pending HTTP request will be aborted if the provided context is canceled.

func (*RelyingpartyVerifyPasswordCall) Do

func (c *RelyingpartyVerifyPasswordCall) Do(opts ...googleapi.CallOption) (*VerifyPasswordResponse, error)

Do executes the "identitytoolkit.relyingparty.verifyPassword" call. Exactly one of *VerifyPasswordResponse or error will be non-nil. Any non-2xx status code is an error. Response headers are in either *VerifyPasswordResponse.ServerResponse.Header or (if a response was returned at all) in error.(*googleapi.Error).Header. Use googleapi.IsNotModified to check whether the returned error was because http.StatusNotModified was returned.

func (*RelyingpartyVerifyPasswordCall) Fields

func (c *RelyingpartyVerifyPasswordCall) Fields(s ...googleapi.Field) *RelyingpartyVerifyPasswordCall

Fields allows partial responses to be retrieved. See https://developers.google.com/gdata/docs/2.0/basics#PartialResponse for more information.

func (*RelyingpartyVerifyPasswordCall) Header

func (c *RelyingpartyVerifyPasswordCall) Header() http.Header

Header returns an http.Header that can be modified by the caller to add HTTP headers to the request.

type ResetPasswordResponse

ResetPasswordResponse: Response of resetting the password.

type ResetPasswordResponse struct {
    // Email: The user's email. If the out-of-band code is for email
    // recovery, the user's original email.
    Email string `json:"email,omitempty"`

    // Kind: The fixed string "identitytoolkit#ResetPasswordResponse".
    Kind string `json:"kind,omitempty"`

    // NewEmail: If the out-of-band code is for email recovery, the user's
    // new email.
    NewEmail string `json:"newEmail,omitempty"`

    // RequestType: The request type.
    RequestType string `json:"requestType,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "Email") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Email") to include in API
    // requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*ResetPasswordResponse) MarshalJSON

func (s *ResetPasswordResponse) MarshalJSON() ([]byte, error)

type Service

type Service struct {
    BasePath  string // API endpoint base URL
    UserAgent string // optional additional User-Agent fragment

    Relyingparty *RelyingpartyService
    // contains filtered or unexported fields
}

func New

func New(client *http.Client) (*Service, error)

type SetAccountInfoResponse

SetAccountInfoResponse: Respone of setting the account information.

type SetAccountInfoResponse struct {
    // DisplayName: The name of the user.
    DisplayName string `json:"displayName,omitempty"`

    // Email: The email of the user.
    Email string `json:"email,omitempty"`

    // EmailVerified: If email has been verified.
    EmailVerified bool `json:"emailVerified,omitempty"`

    // ExpiresIn: If idToken is STS id token, then this field will be
    // expiration time of STS id token in seconds.
    ExpiresIn int64 `json:"expiresIn,omitempty,string"`

    // IdToken: The Gitkit id token to login the newly sign up user.
    IdToken string `json:"idToken,omitempty"`

    // Kind: The fixed string "identitytoolkit#SetAccountInfoResponse".
    Kind string `json:"kind,omitempty"`

    // LocalId: The local ID of the user.
    LocalId string `json:"localId,omitempty"`

    // NewEmail: The new email the user attempts to change to.
    NewEmail string `json:"newEmail,omitempty"`

    // PasswordHash: The user's hashed password.
    PasswordHash string `json:"passwordHash,omitempty"`

    // PhotoUrl: The photo url of the user.
    PhotoUrl string `json:"photoUrl,omitempty"`

    // ProviderUserInfo: The user's profiles at the associated IdPs.
    ProviderUserInfo []*SetAccountInfoResponseProviderUserInfo `json:"providerUserInfo,omitempty"`

    // RefreshToken: If idToken is STS id token, then this field will be
    // refresh token.
    RefreshToken string `json:"refreshToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "DisplayName") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "DisplayName") to include
    // in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. However, any field with
    // an empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*SetAccountInfoResponse) MarshalJSON

func (s *SetAccountInfoResponse) MarshalJSON() ([]byte, error)

type SetAccountInfoResponseProviderUserInfo

type SetAccountInfoResponseProviderUserInfo struct {
    // DisplayName: The user's display name at the IDP.
    DisplayName string `json:"displayName,omitempty"`

    // FederatedId: User's identifier at IDP.
    FederatedId string `json:"federatedId,omitempty"`

    // PhotoUrl: The user's photo url at the IDP.
    PhotoUrl string `json:"photoUrl,omitempty"`

    // ProviderId: The IdP ID. For whitelisted IdPs it's a short domain
    // name, e.g., google.com, aol.com, live.net and yahoo.com. For other
    // OpenID IdPs it's the OP identifier.
    ProviderId string `json:"providerId,omitempty"`

    // ForceSendFields is a list of field names (e.g. "DisplayName") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "DisplayName") to include
    // in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. However, any field with
    // an empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*SetAccountInfoResponseProviderUserInfo) MarshalJSON

func (s *SetAccountInfoResponseProviderUserInfo) MarshalJSON() ([]byte, error)

type SignupNewUserResponse

SignupNewUserResponse: Response of signing up new user, creating anonymous user or anonymous user reauth.

type SignupNewUserResponse struct {
    // DisplayName: The name of the user.
    DisplayName string `json:"displayName,omitempty"`

    // Email: The email of the user.
    Email string `json:"email,omitempty"`

    // ExpiresIn: If idToken is STS id token, then this field will be
    // expiration time of STS id token in seconds.
    ExpiresIn int64 `json:"expiresIn,omitempty,string"`

    // IdToken: The Gitkit id token to login the newly sign up user.
    IdToken string `json:"idToken,omitempty"`

    // Kind: The fixed string "identitytoolkit#SignupNewUserResponse".
    Kind string `json:"kind,omitempty"`

    // LocalId: The RP local ID of the user.
    LocalId string `json:"localId,omitempty"`

    // RefreshToken: If idToken is STS id token, then this field will be
    // refresh token.
    RefreshToken string `json:"refreshToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "DisplayName") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "DisplayName") to include
    // in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. However, any field with
    // an empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*SignupNewUserResponse) MarshalJSON

func (s *SignupNewUserResponse) MarshalJSON() ([]byte, error)

type UploadAccountResponse

UploadAccountResponse: Respone of uploading accounts in batch.

type UploadAccountResponse struct {
    // Error: The error encountered while processing the account info.
    Error []*UploadAccountResponseError `json:"error,omitempty"`

    // Kind: The fixed string "identitytoolkit#UploadAccountResponse".
    Kind string `json:"kind,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "Error") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Error") to include in API
    // requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*UploadAccountResponse) MarshalJSON

func (s *UploadAccountResponse) MarshalJSON() ([]byte, error)

type UploadAccountResponseError

type UploadAccountResponseError struct {
    // Index: The index of the malformed account, starting from 0.
    Index int64 `json:"index,omitempty"`

    // Message: Detailed error message for the account info.
    Message string `json:"message,omitempty"`

    // ForceSendFields is a list of field names (e.g. "Index") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Index") to include in API
    // requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*UploadAccountResponseError) MarshalJSON

func (s *UploadAccountResponseError) MarshalJSON() ([]byte, error)

type UserInfo

UserInfo: Template for an individual account info.

type UserInfo struct {
    // CreatedAt: User creation timestamp.
    CreatedAt int64 `json:"createdAt,omitempty,string"`

    // CustomAuth: Whether the user is authenticated by the developer.
    CustomAuth bool `json:"customAuth,omitempty"`

    // Disabled: Whether the user is disabled.
    Disabled bool `json:"disabled,omitempty"`

    // DisplayName: The name of the user.
    DisplayName string `json:"displayName,omitempty"`

    // Email: The email of the user.
    Email string `json:"email,omitempty"`

    // EmailVerified: Whether the email has been verified.
    EmailVerified bool `json:"emailVerified,omitempty"`

    // LastLoginAt: last login timestamp.
    LastLoginAt int64 `json:"lastLoginAt,omitempty,string"`

    // LocalId: The local ID of the user.
    LocalId string `json:"localId,omitempty"`

    // PasswordHash: The user's hashed password.
    PasswordHash string `json:"passwordHash,omitempty"`

    // PasswordUpdatedAt: The timestamp when the password was last updated.
    PasswordUpdatedAt float64 `json:"passwordUpdatedAt,omitempty"`

    // PhoneNumber: User's phone number.
    PhoneNumber string `json:"phoneNumber,omitempty"`

    // PhotoUrl: The URL of the user profile photo.
    PhotoUrl string `json:"photoUrl,omitempty"`

    // ProviderUserInfo: The IDP of the user.
    ProviderUserInfo []*UserInfoProviderUserInfo `json:"providerUserInfo,omitempty"`

    // RawPassword: The user's plain text password.
    RawPassword string `json:"rawPassword,omitempty"`

    // Salt: The user's password salt.
    Salt string `json:"salt,omitempty"`

    // ScreenName: User's screen name at Twitter or login name at Github.
    ScreenName string `json:"screenName,omitempty"`

    // ValidSince: Timestamp in seconds for valid login token.
    ValidSince int64 `json:"validSince,omitempty,string"`

    // Version: Version of the user's password.
    Version int64 `json:"version,omitempty"`

    // ForceSendFields is a list of field names (e.g. "CreatedAt") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "CreatedAt") to include in
    // API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*UserInfo) MarshalJSON

func (s *UserInfo) MarshalJSON() ([]byte, error)

func (*UserInfo) UnmarshalJSON

func (s *UserInfo) UnmarshalJSON(data []byte) error

type UserInfoProviderUserInfo

type UserInfoProviderUserInfo struct {
    // DisplayName: The user's display name at the IDP.
    DisplayName string `json:"displayName,omitempty"`

    // Email: User's email at IDP.
    Email string `json:"email,omitempty"`

    // FederatedId: User's identifier at IDP.
    FederatedId string `json:"federatedId,omitempty"`

    // PhoneNumber: User's phone number.
    PhoneNumber string `json:"phoneNumber,omitempty"`

    // PhotoUrl: The user's photo url at the IDP.
    PhotoUrl string `json:"photoUrl,omitempty"`

    // ProviderId: The IdP ID. For white listed IdPs it's a short domain
    // name, e.g., google.com, aol.com, live.net and yahoo.com. For other
    // OpenID IdPs it's the OP identifier.
    ProviderId string `json:"providerId,omitempty"`

    // RawId: User's raw identifier directly returned from IDP.
    RawId string `json:"rawId,omitempty"`

    // ScreenName: User's screen name at Twitter or login name at Github.
    ScreenName string `json:"screenName,omitempty"`

    // ForceSendFields is a list of field names (e.g. "DisplayName") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "DisplayName") to include
    // in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. However, any field with
    // an empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*UserInfoProviderUserInfo) MarshalJSON

func (s *UserInfoProviderUserInfo) MarshalJSON() ([]byte, error)

type VerifyAssertionResponse

VerifyAssertionResponse: Response of verifying the IDP assertion.

type VerifyAssertionResponse struct {
    // Action: The action code.
    Action string `json:"action,omitempty"`

    // AppInstallationUrl: URL for OTA app installation.
    AppInstallationUrl string `json:"appInstallationUrl,omitempty"`

    // AppScheme: The custom scheme used by mobile app.
    AppScheme string `json:"appScheme,omitempty"`

    // Context: The opaque value used by the client to maintain context info
    // between the authentication request and the IDP callback.
    Context string `json:"context,omitempty"`

    // DateOfBirth: The birth date of the IdP account.
    DateOfBirth string `json:"dateOfBirth,omitempty"`

    // DisplayName: The display name of the user.
    DisplayName string `json:"displayName,omitempty"`

    // Email: The email returned by the IdP. NOTE: The federated login user
    // may not own the email.
    Email string `json:"email,omitempty"`

    // EmailRecycled: It's true if the email is recycled.
    EmailRecycled bool `json:"emailRecycled,omitempty"`

    // EmailVerified: The value is true if the IDP is also the email
    // provider. It means the user owns the email.
    EmailVerified bool `json:"emailVerified,omitempty"`

    // ErrorMessage: Client error code.
    ErrorMessage string `json:"errorMessage,omitempty"`

    // ExpiresIn: If idToken is STS id token, then this field will be
    // expiration time of STS id token in seconds.
    ExpiresIn int64 `json:"expiresIn,omitempty,string"`

    // FederatedId: The unique ID identifies the IdP account.
    FederatedId string `json:"federatedId,omitempty"`

    // FirstName: The first name of the user.
    FirstName string `json:"firstName,omitempty"`

    // FullName: The full name of the user.
    FullName string `json:"fullName,omitempty"`

    // IdToken: The ID token.
    IdToken string `json:"idToken,omitempty"`

    // InputEmail: It's the identifier param in the createAuthUri request if
    // the identifier is an email. It can be used to check whether the user
    // input email is different from the asserted email.
    InputEmail string `json:"inputEmail,omitempty"`

    // IsNewUser: True if it's a new user sign-in, false if it's a returning
    // user.
    IsNewUser bool `json:"isNewUser,omitempty"`

    // Kind: The fixed string "identitytoolkit#VerifyAssertionResponse".
    Kind string `json:"kind,omitempty"`

    // Language: The language preference of the user.
    Language string `json:"language,omitempty"`

    // LastName: The last name of the user.
    LastName string `json:"lastName,omitempty"`

    // LocalId: The RP local ID if it's already been mapped to the IdP
    // account identified by the federated ID.
    LocalId string `json:"localId,omitempty"`

    // NeedConfirmation: Whether the assertion is from a non-trusted IDP and
    // need account linking confirmation.
    NeedConfirmation bool `json:"needConfirmation,omitempty"`

    // NeedEmail: Whether need client to supply email to complete the
    // federated login flow.
    NeedEmail bool `json:"needEmail,omitempty"`

    // NickName: The nick name of the user.
    NickName string `json:"nickName,omitempty"`

    // OauthAccessToken: The OAuth2 access token.
    OauthAccessToken string `json:"oauthAccessToken,omitempty"`

    // OauthAuthorizationCode: The OAuth2 authorization code.
    OauthAuthorizationCode string `json:"oauthAuthorizationCode,omitempty"`

    // OauthExpireIn: The lifetime in seconds of the OAuth2 access token.
    OauthExpireIn int64 `json:"oauthExpireIn,omitempty"`

    // OauthIdToken: The OIDC id token.
    OauthIdToken string `json:"oauthIdToken,omitempty"`

    // OauthRequestToken: The user approved request token for the OpenID
    // OAuth extension.
    OauthRequestToken string `json:"oauthRequestToken,omitempty"`

    // OauthScope: The scope for the OpenID OAuth extension.
    OauthScope string `json:"oauthScope,omitempty"`

    // OauthTokenSecret: The OAuth1 access token secret.
    OauthTokenSecret string `json:"oauthTokenSecret,omitempty"`

    // OriginalEmail: The original email stored in the mapping storage. It's
    // returned when the federated ID is associated to a different email.
    OriginalEmail string `json:"originalEmail,omitempty"`

    // PhotoUrl: The URI of the public accessible profiel picture.
    PhotoUrl string `json:"photoUrl,omitempty"`

    // ProviderId: The IdP ID. For white listed IdPs it's a short domain
    // name e.g. google.com, aol.com, live.net and yahoo.com. If the
    // "providerId" param is set to OpenID OP identifer other than the
    // whilte listed IdPs the OP identifier is returned. If the "identifier"
    // param is federated ID in the createAuthUri request. The domain part
    // of the federated ID is returned.
    ProviderId string `json:"providerId,omitempty"`

    // RawUserInfo: Raw IDP-returned user info.
    RawUserInfo string `json:"rawUserInfo,omitempty"`

    // RefreshToken: If idToken is STS id token, then this field will be
    // refresh token.
    RefreshToken string `json:"refreshToken,omitempty"`

    // ScreenName: The screen_name of a Twitter user or the login name at
    // Github.
    ScreenName string `json:"screenName,omitempty"`

    // TimeZone: The timezone of the user.
    TimeZone string `json:"timeZone,omitempty"`

    // VerifiedProvider: When action is 'map', contains the idps which can
    // be used for confirmation.
    VerifiedProvider []string `json:"verifiedProvider,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "Action") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "Action") to include in API
    // requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*VerifyAssertionResponse) MarshalJSON

func (s *VerifyAssertionResponse) MarshalJSON() ([]byte, error)

type VerifyCustomTokenResponse

VerifyCustomTokenResponse: Response from verifying a custom token

type VerifyCustomTokenResponse struct {
    // ExpiresIn: If idToken is STS id token, then this field will be
    // expiration time of STS id token in seconds.
    ExpiresIn int64 `json:"expiresIn,omitempty,string"`

    // IdToken: The GITKit token for authenticated user.
    IdToken string `json:"idToken,omitempty"`

    // Kind: The fixed string "identitytoolkit#VerifyCustomTokenResponse".
    Kind string `json:"kind,omitempty"`

    // RefreshToken: If idToken is STS id token, then this field will be
    // refresh token.
    RefreshToken string `json:"refreshToken,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "ExpiresIn") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "ExpiresIn") to include in
    // API requests with the JSON null value. By default, fields with empty
    // values are omitted from API requests. However, any field with an
    // empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*VerifyCustomTokenResponse) MarshalJSON

func (s *VerifyCustomTokenResponse) MarshalJSON() ([]byte, error)

type VerifyPasswordResponse

VerifyPasswordResponse: Request of verifying the password.

type VerifyPasswordResponse struct {
    // DisplayName: The name of the user.
    DisplayName string `json:"displayName,omitempty"`

    // Email: The email returned by the IdP. NOTE: The federated login user
    // may not own the email.
    Email string `json:"email,omitempty"`

    // ExpiresIn: If idToken is STS id token, then this field will be
    // expiration time of STS id token in seconds.
    ExpiresIn int64 `json:"expiresIn,omitempty,string"`

    // IdToken: The GITKit token for authenticated user.
    IdToken string `json:"idToken,omitempty"`

    // Kind: The fixed string "identitytoolkit#VerifyPasswordResponse".
    Kind string `json:"kind,omitempty"`

    // LocalId: The RP local ID if it's already been mapped to the IdP
    // account identified by the federated ID.
    LocalId string `json:"localId,omitempty"`

    // OauthAccessToken: The OAuth2 access token.
    OauthAccessToken string `json:"oauthAccessToken,omitempty"`

    // OauthAuthorizationCode: The OAuth2 authorization code.
    OauthAuthorizationCode string `json:"oauthAuthorizationCode,omitempty"`

    // OauthExpireIn: The lifetime in seconds of the OAuth2 access token.
    OauthExpireIn int64 `json:"oauthExpireIn,omitempty"`

    // PhotoUrl: The URI of the user's photo at IdP
    PhotoUrl string `json:"photoUrl,omitempty"`

    // RefreshToken: If idToken is STS id token, then this field will be
    // refresh token.
    RefreshToken string `json:"refreshToken,omitempty"`

    // Registered: Whether the email is registered.
    Registered bool `json:"registered,omitempty"`

    // ServerResponse contains the HTTP response code and headers from the
    // server.
    googleapi.ServerResponse `json:"-"`

    // ForceSendFields is a list of field names (e.g. "DisplayName") to
    // unconditionally include in API requests. By default, fields with
    // empty values are omitted from API requests. However, any non-pointer,
    // non-interface field appearing in ForceSendFields will be sent to the
    // server regardless of whether the field is empty or not. This may be
    // used to include empty fields in Patch requests.
    ForceSendFields []string `json:"-"`

    // NullFields is a list of field names (e.g. "DisplayName") to include
    // in API requests with the JSON null value. By default, fields with
    // empty values are omitted from API requests. However, any field with
    // an empty value appearing in NullFields will be sent to the server as
    // null. It is an error if a field in this list has a non-empty value.
    // This may be used to include null fields in Patch requests.
    NullFields []string `json:"-"`
}

func (*VerifyPasswordResponse) MarshalJSON

func (s *VerifyPasswordResponse) MarshalJSON() ([]byte, error)