Values.GetApplicationAuthenticationMethodRequestSourceRetrieves details about an authentication method used by an application.
type nonrec t = {applicationArn : ApplicationArn.t;Specifies the ARN of the application.
*)authenticationMethodType : AuthenticationMethodType.t;Specifies the type of authentication method for which you want details.
*)}val make :
applicationArn:ApplicationArn.t ->
authenticationMethodType:AuthenticationMethodType.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of ApplicationArn.t ]) list ]