Class: Aws::Types::OAuthProperties

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

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#auth_code_url::String

Returns the value of attribute auth_code_url.

Returns:

  • (::String)


888
889
890
# File 'sig/types.rbs', line 888

def auth_code_url
  @auth_code_url
end

#o_auth_scopes::Array[::String]

Returns the value of attribute o_auth_scopes.

Returns:

  • (::Array[::String])


889
890
891
# File 'sig/types.rbs', line 889

def o_auth_scopes
  @o_auth_scopes
end

#token_url::String

Returns the value of attribute token_url.

Returns:

  • (::String)


887
888
889
# File 'sig/types.rbs', line 887

def token_url
  @token_url
end