Class: NulogySSO::Authenticator::JWTVerifier::VerificationResult

Inherits:
Struct
  • Object
show all
Defined in:
app/services/nulogy_sso/authenticator.rb

Instance Attribute Summary collapse

Instance Attribute Details

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



11
12
13
# File 'app/services/nulogy_sso/authenticator.rb', line 11

def payload
  @payload
end

#valid?=(value) ⇒ Object

Sets the attribute valid?

Parameters:

  • value (Object)

    the value to set the attribute valid? to.

Returns:

  • (Object)

    the newly set value



11
12
13
# File 'app/services/nulogy_sso/authenticator.rb', line 11

def valid?=(value)
  @valid? = value
end