Class: Aws::Types::OidcOptions

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([:client_secret])

Instance Attribute Summary collapse

Instance Attribute Details

#authorization_endpoint::String

Returns the value of attribute authorization_endpoint.

Returns:

  • (::String)


15564
15565
15566
# File 'sig/types.rbs', line 15564

def authorization_endpoint
  @authorization_endpoint
end

#client_id::String

Returns the value of attribute client_id.

Returns:

  • (::String)


15567
15568
15569
# File 'sig/types.rbs', line 15567

def client_id
  @client_id
end

#client_secret::String

Returns the value of attribute client_secret.

Returns:

  • (::String)


15568
15569
15570
# File 'sig/types.rbs', line 15568

def client_secret
  @client_secret
end

#issuer::String

Returns the value of attribute issuer.

Returns:

  • (::String)


15563
15564
15565
# File 'sig/types.rbs', line 15563

def issuer
  @issuer
end

#scope::String

Returns the value of attribute scope.

Returns:

  • (::String)


15569
15570
15571
# File 'sig/types.rbs', line 15569

def scope
  @scope
end

#token_endpoint::String

Returns the value of attribute token_endpoint.

Returns:

  • (::String)


15565
15566
15567
# File 'sig/types.rbs', line 15565

def token_endpoint
  @token_endpoint
end

#user_info_endpoint::String

Returns the value of attribute user_info_endpoint.

Returns:

  • (::String)


15566
15567
15568
# File 'sig/types.rbs', line 15566

def 
  @user_info_endpoint
end