Class: Aws::Types::NativeApplicationOidcOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_endpoint::String

Returns the value of attribute authorization_endpoint.

Returns:

  • (::String)


14616
14617
14618
# File 'sig/types.rbs', line 14616

def authorization_endpoint
  @authorization_endpoint
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


14619
14620
14621
# File 'sig/types.rbs', line 14619

def client_id
  @client_id
end

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


14615
14616
14617
# File 'sig/types.rbs', line 14615

def issuer
  @issuer
end

#public_signing_key_endpoint::String

Returns the value of attribute public_signing_key_endpoint.

Returns:

  • (::String)


14614
14615
14616
# File 'sig/types.rbs', line 14614

def public_signing_key_endpoint
  @public_signing_key_endpoint
end

#scope::String

Returns the value of attribute scope.

Returns:

  • (::String)


14620
14621
14622
# File 'sig/types.rbs', line 14620

def scope
  @scope
end

#token_endpoint::String

Returns the value of attribute token_endpoint.

Returns:

  • (::String)


14617
14618
14619
# File 'sig/types.rbs', line 14617

def token_endpoint
  @token_endpoint
end

#user_info_endpoint::String

Returns the value of attribute user_info_endpoint.

Returns:

  • (::String)


14618
14619
14620
# File 'sig/types.rbs', line 14618

def 
  @user_info_endpoint
end