mark method as internal

Co-authored-by: Bruno Windels <bruno@windels.cloud>
This commit is contained in:
R Midhun Suresh 2022-02-04 17:16:15 +05:30 committed by GitHub
parent 32af7e6f09
commit 2ac63e78ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -40,6 +40,7 @@ export abstract class BaseRegistrationStage {
* This method should return auth part that must be provided to
* /register endpoint to successfully complete this stage
*/
/** @internal */
abstract generateAuthenticationData(): AuthenticationData;
setNextStage(stage: BaseRegistrationStage) {