Class: Doorkeeper::ClientAuthentication::Credentials

Inherits:
Struct
  • Object
show all
Defined in:
lib/doorkeeper/client_authentication/credentials.rb

Direct Known Subclasses

VerifiedCredentials

Instance Attribute Summary collapse

Instance Attribute Details

#secretObject

Returns the value of attribute secret

Returns:

  • (Object)

    the current value of secret



5
6
7
# File 'lib/doorkeeper/client_authentication/credentials.rb', line 5

def secret
  @secret
end

#uidObject

Returns the value of attribute uid

Returns:

  • (Object)

    the current value of uid



5
6
7
# File 'lib/doorkeeper/client_authentication/credentials.rb', line 5

def uid
  @uid
end