Sha256: 8730a01c469cd42f1595a9075d32dad69ccceda3b234f2304bd3eb4d3cd6a025
Contents?: true
Size: 444 Bytes
Versions: 6
Compression:
Stored size: 444 Bytes
Contents
module Doorkeeper module OAuth class IdTokenTokenResponse < IdTokenResponse def redirect_uri Authorization::URIBuilder.uri_with_fragment( pre_auth.redirect_uri, access_token: auth.token.token, token_type: auth.token.token_type, expires_in: auth.token.expires_in_seconds, state: pre_auth.state, id_token: id_token.as_jws_token ) end end end end
Version data entries
6 entries across 6 versions & 1 rubygems