프로퍼티 | 타입 | 설명 | |
---|---|---|---|
Payload | JWTPayload |
메소드 | 설명 | |
---|---|---|
JsonWebToken ( string clientId, string audience ) : System | ||
Sign ( IClientAssertionCertificate credential ) : ClientAssertion |
메소드 | 설명 | |
---|---|---|
ConvertToTimeT ( System.DateTime time ) : long | ||
Encode ( IClientAssertionCertificate credential ) : string | ||
EncodeHeaderToJson ( IClientAssertionCertificate credential ) : string | ||
EncodeSegment ( string segment ) : string | ||
UrlEncodeSegment ( byte segment ) : string |
public JsonWebToken ( string clientId, string audience ) : System | ||
clientId | string | |
audience | string | |
리턴 | System |
public Sign ( IClientAssertionCertificate credential ) : ClientAssertion | ||
credential | IClientAssertionCertificate | |
리턴 | ClientAssertion |