JWKErrorReason
public enum JWKErrorReason
The possible underlying reasons an .JWKFailed
error occurs.
- unsupportedKeyType: The key type is not supported in the LINE SDK. Code 3016_3001.
-
The key type is not supported in the LINE SDK. Code 3016_3001.
Declaration
Swift
case unsupportedKeyType(String)