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.corporateSsoTokenPost(CorporateSsoTokenPostRequest corporateSsoTokenPostRequest) Generate SSO token to access admin account This endpoint generates an SSO token to authenticate and access the admin account using the endpoint https://account-app.brevo.com/account/login/corporate/sso/[token], where [token] will be replaced by the actual token.MasterAccountApi.corporateSsoTokenPost(CorporateSsoTokenPostRequest corporateSsoTokenPostRequest, Map<String, String> additionalHeaders) Generate SSO token to access admin account This endpoint generates an SSO token to authenticate and access the admin account using the endpoint https://account-app.brevo.com/account/login/corporate/sso/[token], where [token] will be replaced by the actual token.MasterAccountApi.corporateSubAccountSsoTokenPost(CorporateSubAccountSsoTokenPostRequest corporateSubAccountSsoTokenPostRequest) Generate SSO token to access sub-account 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 sub-account 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. -
Uses of GetSsoToken in software.xdev.brevo.model
Methods in software.xdev.brevo.model that return GetSsoToken