View source: R/ssoadmin_operations.R
ssoadmin_put_application_authentication_method | R Documentation |
Adds or updates an authentication method for an application.
See https://www.paws-r-sdk.com/docs/ssoadmin_put_application_authentication_method/ for full documentation.
ssoadmin_put_application_authentication_method(
ApplicationArn,
AuthenticationMethod,
AuthenticationMethodType
)
ApplicationArn |
[required] Specifies the ARN of the application with the authentication method to add or update. |
AuthenticationMethod |
[required] Specifies a structure that describes the authentication method to add or
update. The structure type you provide is determined by the
|
AuthenticationMethodType |
[required] Specifies the type of the authentication method that you want to add or update. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.