Uses of Class
software.xdev.brevo.model.GetSsoToken
Packages that use GetSsoToken
-
Uses of GetSsoToken in software.xdev.brevo.api
Methods in software.xdev.brevo.api that return GetSsoTokenModifier and TypeMethodDescriptionMasterAccountApi.corporateSubAccountSsoTokenPost(CorporateSubAccountSsoTokenPostRequest corporateSubAccountSsoTokenPostRequest) Generate SSO token to access Brevo This endpoint generates an sso token to authenticate and access a sub-account of the master using the account endpoint https://account-app.brevo.com/account/login/sub-account/sso/[token], where [token] will be replaced by the actual token.MasterAccountApi.corporateSubAccountSsoTokenPost(CorporateSubAccountSsoTokenPostRequest corporateSubAccountSsoTokenPostRequest, Map<String, String> additionalHeaders) Generate SSO token to access Brevo This endpoint generates an sso token to authenticate and access a sub-account of the master using the account endpoint https://account-app.brevo.com/account/login/sub-account/sso/[token], where [token] will be replaced by the actual token.ResellerApi.getSsoToken(String childIdentifier) Get session token to access Brevo (SSO) It returns a session [token] which will remain valid for a short period of time.ResellerApi.getSsoToken(String childIdentifier, Map<String, String> additionalHeaders) Get session token to access Brevo (SSO) It returns a session [token] which will remain valid for a short period of time. -
Uses of GetSsoToken in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return GetSsoToken