Class: Aws::Types::ReadAuthorizationCodeGrantMetadata

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_code_grant_credentials_source"PLAIN_CREDENTIALS"

Returns the value of attribute authorization_code_grant_credentials_source.

Returns:

  • ("PLAIN_CREDENTIALS")


9521
9522
9523
# File 'sig/types.rbs', line 9521

def authorization_code_grant_credentials_source
  @authorization_code_grant_credentials_source
end

#base_endpoint::String

Returns the value of attribute base_endpoint.

Returns:

  • (::String)


9518
9519
9520
# File 'sig/types.rbs', line 9518

def base_endpoint
  @base_endpoint
end

#read_authorization_code_grant_credentials_detailsTypes::ReadAuthorizationCodeGrantCredentialsDetails

Returns the value of attribute read_authorization_code_grant_credentials_details.



9520
9521
9522
# File 'sig/types.rbs', line 9520

def read_authorization_code_grant_credentials_details
  @read_authorization_code_grant_credentials_details
end

#redirect_url::String

Returns the value of attribute redirect_url.

Returns:

  • (::String)


9519
9520
9521
# File 'sig/types.rbs', line 9519

def redirect_url
  @redirect_url
end