encodedJWT (property)

The encoded JWT.

Syntax

@property (nonatomic,readwrite,assign,getter=encodedJWT,setter=setEncodedJWT:) NSString* encodedJWT;
- (NSString*)encodedJWT;
- (void)setEncodedJWT:(NSString*)newEncodedJWT;
public var encodedJWT: String {
  get {...}
set {...} }

Default Value

""

Remarks

This property holds the encoded JWT. This is populated after calling Sign or Encrypt.

This must be set to a valid JWT before calling Verify, Decrypt or Parse.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Auth 2020 iOS Edition - Version 20.0 [Build 8155]