All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.thebund1st.daming.sdk.jwt.SmsVerificationScopeMismatchException Maven / Gradle / Ivy

The newest version!
package com.thebund1st.daming.sdk.jwt;

public class SmsVerificationScopeMismatchException extends SmsVerificationJwtException {
    public SmsVerificationScopeMismatchException(SmsVerificationClaims claims, String scope) {
        super(String.format("SmsVerificationScope mismatched, expect %s, got %s", scope, claims.getScope()));
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy