Module: Doorkeeper::JWTAssertion

Defined in:
lib/doorkeeper/jwt_assertion.rb,
lib/doorkeeper/jwt_assertion/railtie.rb

Defined Under Namespace

Classes: Railtie

Instance Attribute Summary collapse

Instance Attribute Details

#jwtObject (readonly)

Returns the value of attribute jwt.



9
10
11
# File 'lib/doorkeeper/jwt_assertion.rb', line 9

def jwt
  @jwt
end

#jwt_headerObject (readonly)

Returns the value of attribute jwt_header.



9
10
11
# File 'lib/doorkeeper/jwt_assertion.rb', line 9

def jwt_header
  @jwt_header
end