インターフェース IdentityToken


public interface IdentityToken
ID トークンは、認証フロープロセスで発行されるセキュリティトークンです。
作成者:
jGauravGupta, Rudy De Busscher
  • メソッドの詳細

    • getToken

      StringSE getToken()
      戻り値:
      ID トークン
    • getJwtClaims

      JwtClaims getJwtClaims()
      このトークンのクレーム
      戻り値:
      このトークンのクレーム
    • isExpired

      boolean isExpired()
      ID トークンの有効期限が切れているかどうかを確認します。
      戻り値:
      true、ID トークンの有効期限が切れている場合、またはユーザーが構成した次の X ミリ秒以内に期限切れになる場合。
    • getClaims

      MapSE<StringSE,ObjectSE> getClaims()
      戻り値:
      OpenId Connect プロバイダーから受け取った ID トークンのクレーム